Hex #eec9bc Color

#eec9bc
equivalent to

RGB

(238, 201, 188)

Details of #eec9bc

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
65.2236
0.04
0.00
83.7473
63.5813
16°
79.7379
201
63.5813
0.60
0.16
11.0754
0.3521
21°
6.4678
188
56.4117
0.84
0.21   0.07
11.3457
0.3433
93°
13.8851

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
11001001
311
201
C9
Blue
10111100
274
188
BC

RGB in % of #eec9bc

%37.96
%32.06
%29.98

CMYK in % of #eec9bc

%0
%16
%21
%7

Triads of color #eec9bc

#eec9bc #c9bcee #bceebc

Similar Colors to #eec9bc

#eec9bc #eebcc8 #eee2bc

Preview Color #eec9bc on black ground

#eec9bc is very interesting for text.

Preview Color #eec9bc on white ground

#eec9bc is very interesting for text.

CSS Codes #eec9bc color

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

Text Font Color #eec9bc

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

This sample text font color is #eec9bc
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 #eec9bc

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

This div background color is #eec9bc


Border Color #eec9bc

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

The color of this border is #eec9bc


Examples Css3

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

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 #eec9bc">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #eec9bc