Color Hex Logo

#edeaae Color Hex

#EDEAAE
(237,234,174)
0 Favorites   0 Comments

Color spaces of #edeaae

RGB 237234174
HSL0.160.640.81
HSV57°27°93°
CMYK 0.000.010.27   0.07
XYZ71.987979.906251.6737
Yxy79.90620.35360.3925
Hunter Lab89.3903-12.683128.2995
CIE-Lab91.6428-8.209529.5879

#edeaae color RGB value is (237,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 10101110
Octal 355 352 256
Decimal 237 234 174
Hex ED EA AE

RGB Percentages of Color #edeaae

%36.74
%36.28
%26.98

CMYK Percentages of Color #edeaae

%0
%1
%27
%7

Triadic Colors of #edeaae

#edeaae #aeedea #eaaeed

Analogous Colors of #edeaae

#edeaae #d1edae #edcbae

Monochromatic Colors of #edeaae

#edeaae

Complementary Color

#edeaae #aeb1ed

#edeaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeaae Color CSS Codes

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

#edeaae Text Font Color

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

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


#edeaae Background Color

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

This div background color is #edeaae


#edeaae Border Color

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

This div border color is #edeaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeaae


Comments

No comments written yet.

Please login to write comment.