Color Hex Logo

#eadcc9 Color Hex

#EADCC9
(234,220,201)
0 Favorites   0 Comments

Color spaces of #eadcc9

RGB 234220201
HSL0.100.440.85
HSV35°14°92°
CMYK 0.000.060.14   0.08
XYZ70.067572.895965.6357
Yxy72.89590.33590.3495
Hunter Lab85.3791-2.925014.1858
CIE-Lab88.39801.686911.0472

#eadcc9 color RGB value is (234,220,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011100 11001001
Octal 352 334 311
Decimal 234 220 201
Hex EA DC C9

RGB Percentages of Color #eadcc9

%35.73
%33.59
%30.69

CMYK Percentages of Color #eadcc9

%0
%6
%14
%8

Triadic Colors of #eadcc9

#eadcc9 #c9eadc #dcc9ea

Analogous Colors of #eadcc9

#eadcc9 #e8eac9 #eaccc9

Monochromatic Colors of #eadcc9

#eadcc9

Complementary Color

#eadcc9 #c9d7ea

#eadcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadcc9 Color CSS Codes

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

#eadcc9 Text Font Color

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

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


#eadcc9 Background Color

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

This div background color is #eadcc9


#eadcc9 Border Color

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

This div border color is #eadcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadcc9


Comments

No comments written yet.

Please login to write comment.