Color Hex Logo

#eaed9c Color Hex

#EAED9C
(234,237,156)
0 Favorites   0 Comments

Color spaces of #eaed9c

RGB 234237156
HSL0.170.690.77
HSV62°34°93°
CMYK 0.010.000.34   0.07
XYZ70.216680.461143.2822
Yxy80.46110.36200.4148
Hunter Lab89.7001-17.246734.1814
CIE-Lab91.8914-13.050338.9646

#eaed9c color RGB value is (234,237,156).

#eaed9c hex color red value is 234, green value is 237 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #eaed9c hue: 0.17 , saturation: 0.69 and the lightness value of eaed9c is 0.77.

The process color (four color CMYK) of #eaed9c color hex is 0.01, 0.00, 0.34, 0.07. Web safe color of #eaed9c is #ffff99. Color #eaed9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 10011100
Octal 352 355 234
Decimal 234 237 156
Hex EA ED 9C

RGB Percentages of Color #eaed9c

%37.32
%37.80
%24.88

CMYK Percentages of Color #eaed9c

%1
%0
%34
%7

Triadic Colors of #eaed9c

#eaed9c #9ceaed #ed9cea

Analogous Colors of #eaed9c

#eaed9c #c2ed9c #edc89c

Monochromatic Colors of #eaed9c

#eaed9c

Complementary Color

#eaed9c #9f9ced

#eaed9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaed9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaed9c Color CSS Codes

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

#eaed9c Text Font Color

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

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


#eaed9c Background Color

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

This div background color is #eaed9c


#eaed9c Border Color

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

This div border color is #eaed9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaed9c


Comments

No comments written yet.

Please login to write comment.