Color Hex Logo

#eadd8a Color Hex

#EADD8A
(234,221,138)
0 Favorites   0 Comments

Color spaces of #eadd8a

RGB 234221138
HSL0.140.700.73
HSV52°41°92°
CMYK 0.000.060.41   0.08
XYZ64.375671.040334.3640
Yxy71.04030.37920.4184
Hunter Lab84.2854-11.164534.8267
CIE-Lab87.5046-7.039642.2873

#eadd8a color RGB value is (234,221,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 10001010
Octal 352 335 212
Decimal 234 221 138
Hex EA DD 8A

RGB Percentages of Color #eadd8a

%39.46
%37.27
%23.27

CMYK Percentages of Color #eadd8a

%0
%6
%41
%8

Triadic Colors of #eadd8a

#eadd8a #8aeadd #dd8aea

Analogous Colors of #eadd8a

#eadd8a #c7ea8a #eaad8a

Monochromatic Colors of #eadd8a

#eadd8a

Complementary Color

#eadd8a #8a97ea

#eadd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd8a Color CSS Codes

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

#eadd8a Text Font Color

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

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


#eadd8a Background Color

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

This div background color is #eadd8a


#eadd8a Border Color

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

This div border color is #eadd8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd8a


Comments

No comments written yet.

Please login to write comment.