Color Hex Logo

#eadd9d Color Hex

#EADD9D
(234,221,157)
0 Favorites   0 Comments

Color spaces of #eadd9d

RGB 234221157
HSL0.140.650.77
HSV50°33°92°
CMYK 0.000.060.33   0.08
XYZ65.873971.639642.2542
Yxy71.63960.36640.3985
Hunter Lab84.6402-9.197029.6493
CIE-Lab87.7948-4.910133.0752

#eadd9d color RGB value is (234,221,157).

#eadd9d hex color red value is 234, green value is 221 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eadd9d hue: 0.14 , saturation: 0.65 and the lightness value of eadd9d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 10011101
Octal 352 335 235
Decimal 234 221 157
Hex EA DD 9D

RGB Percentages of Color #eadd9d

%38.24
%36.11
%25.65

CMYK Percentages of Color #eadd9d

%0
%6
%33
%8

Triadic Colors of #eadd9d

#eadd9d #9deadd #dd9dea

Analogous Colors of #eadd9d

#eadd9d #d1ea9d #eab79d

Monochromatic Colors of #eadd9d

#eadd9d

Complementary Color

#eadd9d #9daaea

#eadd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd9d Color CSS Codes

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

#eadd9d Text Font Color

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

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


#eadd9d Background Color

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

This div background color is #eadd9d


#eadd9d Border Color

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

This div border color is #eadd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd9d


Comments

No comments written yet.

Please login to write comment.