Color Hex Logo

#eecac9 Color Hex

#EECAC9
(238,202,201)
0 Favorites   0 Comments

Color spaces of #eecac9

RGB 238202201
HSL0.000.520.86
HSV16°93°
CMYK 0.000.150.16   0.07
XYZ66.923064.635264.2070
Yxy64.63520.34190.3302
Hunter Lab80.39607.89348.9262
CIE-Lab84.295412.51025.2085

#eecac9 color RGB value is (238,202,201).

#eecac9 hex color red value is 238, green value is 202 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #eecac9 hue: 0.00 , saturation: 0.52 and the lightness value of eecac9 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11001001
Octal 356 312 311
Decimal 238 202 201
Hex EE CA C9

RGB Percentages of Color #eecac9

%37.13
%31.51
%31.36

CMYK Percentages of Color #eecac9

%0
%15
%16
%7

Triadic Colors of #eecac9

#eecac9 #c9eeca #cac9ee

Analogous Colors of #eecac9

#eecac9 #eeddc9 #eec9db

Monochromatic Colors of #eecac9

#eecac9

Complementary Color

#eecac9 #c9edee

#eecac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecac9 Color CSS Codes

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

#eecac9 Text Font Color

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

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


#eecac9 Background Color

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

This div background color is #eecac9


#eecac9 Border Color

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

This div border color is #eecac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecac9


Comments

No comments written yet.

Please login to write comment.