Color Hex Logo

#edeaad Color Hex

#EDEAAD
(237,234,173)
0 Favorites   0 Comments

Color spaces of #edeaad

RGB 237234173
HSL0.160.640.80
HSV57°27°93°
CMYK 0.000.010.27   0.07
XYZ71.890779.867351.1620
Yxy79.86730.35430.3936
Hunter Lab89.3685-12.804128.6154
CIE-Lab91.6253-8.339530.0744

#edeaad color RGB value is (237,234,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 10101101
Octal 355 352 255
Decimal 237 234 173
Hex ED EA AD

RGB Percentages of Color #edeaad

%36.80
%36.34
%26.86

CMYK Percentages of Color #edeaad

%0
%1
%27
%7

Triadic Colors of #edeaad

#edeaad #adedea #eaaded

Analogous Colors of #edeaad

#edeaad #d0edad #edcaad

Monochromatic Colors of #edeaad

#edeaad

Complementary Color

#edeaad #adb0ed

#edeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeaad Color CSS Codes

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

#edeaad Text Font Color

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

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


#edeaad Background Color

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

This div background color is #edeaad


#edeaad Border Color

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

This div border color is #edeaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeaad


Comments

No comments written yet.

Please login to write comment.