Hex #eeb4b4 Color

#eeb4b4
equivalent to

RGB

(238, 180, 180)

Details of #eeb4b4

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
59.8194
0.00
0.00
78.5287
54.1149
73.5629
180
54.1149
0.63
0.24
21.0358
0.3638
24°
16.4168
180
50.4724
0.82
0.24   0.07
8.1958
0.3292
93°
10.8281

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
10110100
264
180
B4
Blue
10110100
264
180
B4

RGB in % of #eeb4b4

%39.80
%30.10
%30.10

CMYK in % of #eeb4b4

%0
%24
%24
%7

Triads of color #eeb4b4

#eeb4b4 #b4b4ee #b4eeb4

Similar Colors to #eeb4b4

#eeb4b4 #eeb4d1 #eed1b4

Preview Color #eeb4b4 on black ground

#eeb4b4 is very interesting for text.

Preview Color #eeb4b4 on white ground

#eeb4b4 is very interesting for text.

CSS Codes #eeb4b4 color

.mybgcolor {background-color:#eeb4b4; }
.myforecolor {color:#eeb4b4; }
.mybordercolor {border:3px solid #eeb4b4; }

Text Font Color #eeb4b4

<p style="color:#eeb4b4">Text here</p>

This sample text font color is #eeb4b4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #eeb4b4

<div style="background-color:#eeb4b4">
Div content here</div>

This div background color is #eeb4b4


Border Color #eeb4b4

<div style="border:3px solid #eeb4b4">
Div here</div>

The color of this border is #eeb4b4


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #eeb4b4; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #eeb4b4;
-webkit-box-shadow: 1px 1px 3px 2px #eeb4b4;
box-shadow:         1px 1px 3px 2px #eeb4b4; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #eeb4b4">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #eeb4b4;
  -webkit-box-shadow: 1px 1px 3px 2px #eeb4b4;
  box-shadow:         1px 1px 3px 2px #eeb4b4;">
Div content here</div>

The shadow of div box using color #eeb4b4