Color Hex Logo

#edea9e Color Hex

#EDEA9E
(237,234,158)
0 Favorites   0 Comments

Color spaces of #edea9e

RGB 237234158
HSL0.160.690.77
HSV58°33°93°
CMYK 0.000.010.33   0.07
XYZ70.519479.318843.9410
Yxy79.31880.36390.4093
Hunter Lab89.0611-14.519033.0902
CIE-Lab91.3783-10.190237.3377

#edea9e color RGB value is (237,234,158).

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

The process color (four color CMYK) of #edea9e color hex is 0.00, 0.01, 0.33, 0.07. Web safe color of #edea9e is #ffff99. Color #edea9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 10011110
Octal 355 352 236
Decimal 237 234 158
Hex ED EA 9E

RGB Percentages of Color #edea9e

%37.68
%37.20
%25.12

CMYK Percentages of Color #edea9e

%0
%1
%33
%7

Triadic Colors of #edea9e

#edea9e #9eedea #ea9eed

Analogous Colors of #edea9e

#edea9e #c9ed9e #edc39e

Monochromatic Colors of #edea9e

#edea9e

Complementary Color

#edea9e #9ea1ed

#edea9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea9e Color CSS Codes

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

#edea9e Text Font Color

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

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


#edea9e Background Color

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

This div background color is #edea9e


#edea9e Border Color

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

This div border color is #edea9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea9e


Comments

No comments written yet.

Please login to write comment.