Color Hex Logo

#eae9db Color Hex

#EAE9DB
(234,233,219)
0 Favorites   0 Comments

Color spaces of #eae9db

RGB 234233219
HSL0.160.260.89
HSV56°92°
CMYK 0.000.000.06   0.08
XYZ75.856880.884778.6321
Yxy80.88470.32230.3436
Hunter Lab89.9359-6.831311.1172
CIE-Lab92.0804-2.07296.9093

#eae9db color RGB value is (234,233,219).

#eae9db hex color red value is 234, green value is 233 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eae9db hue: 0.16 , saturation: 0.26 and the lightness value of eae9db is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101001 11011011
Octal 352 351 333
Decimal 234 233 219
Hex EA E9 DB

RGB Percentages of Color #eae9db

%34.11
%33.97
%31.92

CMYK Percentages of Color #eae9db

%0
%0
%6
%8

Triadic Colors of #eae9db

#eae9db #dbeae9 #e9dbea

Analogous Colors of #eae9db

#eae9db #e4eadb #eae2db

Monochromatic Colors of #eae9db

#eae9db

Complementary Color

#eae9db #dbdcea

#eae9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae9db Color CSS Codes

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

#eae9db Text Font Color

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

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


#eae9db Background Color

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

This div background color is #eae9db


#eae9db Border Color

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

This div border color is #eae9db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,233,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae9db


Comments

No comments written yet.

Please login to write comment.