Color Hex Logo

#e1edae Color Hex

#E1EDAE
(225,237,174)
0 Favorites   0 Comments

Color spaces of #e1edae

RGB 225237174
HSL0.200.640.81
HSV71°27°93°
CMYK 0.050.000.27   0.07
XYZ68.975579.631951.7795
Yxy79.63190.34420.3974
Hunter Lab89.2367-18.192728.0627
CIE-Lab91.5194-14.126229.2689

#e1edae color RGB value is (225,237,174).

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

The process color (four color CMYK) of #e1edae color hex is 0.05, 0.00, 0.27, 0.07. Web safe color of #e1edae is #ccff99. Color #e1edae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101101 10101110
Octal 341 355 256
Decimal 225 237 174
Hex E1 ED AE

RGB Percentages of Color #e1edae

%35.38
%37.26
%27.36

CMYK Percentages of Color #e1edae

%5
%0
%27
%7

Triadic Colors of #e1edae

#e1edae #aee1ed #edaee1

Analogous Colors of #e1edae

#e1edae #c2edae #eddaae

Monochromatic Colors of #e1edae

#e1edae

Complementary Color

#e1edae #baaeed

#e1edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1edae Color CSS Codes

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

#e1edae Text Font Color

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

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


#e1edae Background Color

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

This div background color is #e1edae


#e1edae Border Color

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

This div border color is #e1edae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e1edae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1edae


Comments

No comments written yet.

Please login to write comment.