Color Hex Logo

#e9edae Color Hex

#E9EDAE
(233,237,174)
0 Favorites   0 Comments

Color spaces of #e9edae

RGB 233237174
HSL0.180.640.81
HSV64°27°93°
CMYK 0.020.000.27   0.07
XYZ71.528480.948051.8990
Yxy80.94800.35000.3961
Hunter Lab89.9711-15.539228.7789
CIE-Lab92.1085-11.189030.1646

#e9edae color RGB value is (233,237,174).

#e9edae hex color red value is 233, green value is 237 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e9edae hue: 0.18 , saturation: 0.64 and the lightness value of e9edae is 0.81.

The process color (four color CMYK) of #e9edae color hex is 0.02, 0.00, 0.27, 0.07. Web safe color of #e9edae is #ffff99. Color #e9edae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11101101 10101110
Octal 351 355 256
Decimal 233 237 174
Hex E9 ED AE

RGB Percentages of Color #e9edae

%36.18
%36.80
%27.02

CMYK Percentages of Color #e9edae

%2
%0
%27
%7

Triadic Colors of #e9edae

#e9edae #aee9ed #edaee9

Analogous Colors of #e9edae

#e9edae #caedae #edd2ae

Monochromatic Colors of #e9edae

#e9edae

Complementary Color

#e9edae #b2aeed

#e9edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9edae Color CSS Codes

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

#e9edae Text Font Color

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

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


#e9edae Background Color

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

This div background color is #e9edae


#e9edae Border Color

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

This div border color is #e9edae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9edae


Comments

No comments written yet.

Please login to write comment.