Color Hex Logo

#eadbc9 Color Hex

#EADBC9
(234,219,201)
1 Favorites   0 Comments

Color spaces of #eadbc9

RGB 234219201
HSL0.090.440.85
HSV33°14°92°
CMYK 0.000.060.14   0.08
XYZ69.805872.372565.5485
Yxy72.37250.33600.3484
Hunter Lab85.0720-2.408013.8671
CIE-Lab88.14762.203510.6902

#eadbc9 color RGB value is (234,219,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 11001001
Octal 352 333 311
Decimal 234 219 201
Hex EA DB C9

RGB Percentages of Color #eadbc9

%35.78
%33.49
%30.73

CMYK Percentages of Color #eadbc9

%0
%6
%14
%8

Triadic Colors of #eadbc9

#eadbc9 #c9eadb #dbc9ea

Analogous Colors of #eadbc9

#eadbc9 #e9eac9 #eacbc9

Monochromatic Colors of #eadbc9

#eadbc9

Complementary Color

#eadbc9 #c9d8ea

#eadbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadbc9 Color CSS Codes

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

#eadbc9 Text Font Color

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

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


#eadbc9 Background Color

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

This div background color is #eadbc9


#eadbc9 Border Color

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

This div border color is #eadbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadbc9


Comments

No comments written yet.

Please login to write comment.