Color Hex Logo

#eec9bb Color Hex

#EEC9BB
(238,201,187)
0 Favorites   0 Comments

Color spaces of #eec9bb

RGB 238201187
HSL0.050.600.83
HSV16°21°93°
CMYK 0.000.160.21   0.07
XYZ65.116263.538355.8458
Yxy63.53830.35290.3444
Hunter Lab79.71096.323314.2588
CIE-Lab83.724810.930011.8459

#eec9bb color RGB value is (238,201,187).

#eec9bb hex color red value is 238, green value is 201 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eec9bb hue: 0.05 , saturation: 0.60 and the lightness value of eec9bb is 0.83.

The process color (four color CMYK) of #eec9bb color hex is 0.00, 0.16, 0.21, 0.07. Web safe color of #eec9bb is #ffcccc. Color #eec9bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 10111011
Octal 356 311 273
Decimal 238 201 187
Hex EE C9 BB

RGB Percentages of Color #eec9bb

%38.02
%32.11
%29.87

CMYK Percentages of Color #eec9bb

%0
%16
%21
%7

Triadic Colors of #eec9bb

#eec9bb #bbeec9 #c9bbee

Analogous Colors of #eec9bb

#eec9bb #eee3bb #eebbc7

Monochromatic Colors of #eec9bb

#eec9bb

Complementary Color

#eec9bb #bbe0ee

#eec9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec9bb Color CSS Codes

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

#eec9bb Text Font Color

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

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


#eec9bb Background Color

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

This div background color is #eec9bb


#eec9bb Border Color

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

This div border color is #eec9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec9bb


Comments

No comments written yet.

Please login to write comment.