Color Hex Logo

#eaccc9 Color Hex

#EACCC9
(234,204,201)
0 Favorites   0 Comments

Color spaces of #eaccc9

RGB 234204201
HSL0.020.440.85
HSV14°92°
CMYK 0.000.130.14   0.08
XYZ66.067264.895264.3023
Yxy64.89520.33830.3323
Hunter Lab80.55765.41649.0641
CIE-Lab84.429710.02715.3572

#eaccc9 color RGB value is (234,204,201).

#eaccc9 hex color red value is 234, green value is 204 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #eaccc9 hue: 0.02 , saturation: 0.44 and the lightness value of eaccc9 is 0.85.

The process color (four color CMYK) of #eaccc9 color hex is 0.00, 0.13, 0.14, 0.08. Web safe color of #eaccc9 is #ffcccc. Color #eaccc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001100 11001001
Octal 352 314 311
Decimal 234 204 201
Hex EA CC C9

RGB Percentages of Color #eaccc9

%36.62
%31.92
%31.46

CMYK Percentages of Color #eaccc9

%0
%13
%14
%8

Triadic Colors of #eaccc9

#eaccc9 #c9eacc #ccc9ea

Analogous Colors of #eaccc9

#eaccc9 #eaddc9 #eac9d7

Monochromatic Colors of #eaccc9

#eaccc9

Complementary Color

#eaccc9 #c9e7ea

#eaccc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaccc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaccc9 Color CSS Codes

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

#eaccc9 Text Font Color

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

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


#eaccc9 Background Color

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

This div background color is #eaccc9


#eaccc9 Border Color

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

This div border color is #eaccc9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,204,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 #eaccc9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaccc9


Comments

No comments written yet.

Please login to write comment.