Color Hex Logo

#eaddab Color Hex

#EADDAB
(234,221,171)
0 Favorites   0 Comments

Color spaces of #eaddab

RGB 234221171
HSL0.130.600.79
HSV48°27°92°
CMYK 0.000.060.27   0.08
XYZ67.138872.145648.9150
Yxy72.14560.35670.3833
Hunter Lab84.9386-7.549025.3127
CIE-Lab88.0386-3.146826.2010

#eaddab color RGB value is (234,221,171).

#eaddab hex color red value is 234, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eaddab hue: 0.13 , saturation: 0.60 and the lightness value of eaddab is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 10101011
Octal 352 335 253
Decimal 234 221 171
Hex EA DD AB

RGB Percentages of Color #eaddab

%37.38
%35.30
%27.32

CMYK Percentages of Color #eaddab

%0
%6
%27
%8

Triadic Colors of #eaddab

#eaddab #abeadd #ddabea

Analogous Colors of #eaddab

#eaddab #d8eaab #eabeab

Monochromatic Colors of #eaddab

#eaddab

Complementary Color

#eaddab #abb8ea

#eaddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaddab Color CSS Codes

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

#eaddab Text Font Color

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

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


#eaddab Background Color

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

This div background color is #eaddab


#eaddab Border Color

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

This div border color is #eaddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaddab


Comments

No comments written yet.

Please login to write comment.