Color Hex Logo

#edefad Color Hex

#EDEFAD
(237,239,173)
0 Favorites   0 Comments

Color spaces of #edefad

RGB 237239173
HSL0.170.670.81
HSV62°28°94°
CMYK 0.010.000.28   0.06
XYZ73.334482.754751.6433
Yxy82.75470.35300.3984
Hunter Lab90.9696-15.300530.0199
CIE-Lab92.9069-10.834531.7981

#edefad color RGB value is (237,239,173).

#edefad hex color red value is 237, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #edefad hue: 0.17 , saturation: 0.67 and the lightness value of edefad is 0.81.

The process color (four color CMYK) of #edefad color hex is 0.01, 0.00, 0.28, 0.06. Web safe color of #edefad is #ffff99. Color #edefad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 10101101
Octal 355 357 255
Decimal 237 239 173
Hex ED EF AD

RGB Percentages of Color #edefad

%36.52
%36.83
%26.66

CMYK Percentages of Color #edefad

%1
%0
%28
%6

Triadic Colors of #edefad

#edefad #adedef #efaded

Analogous Colors of #edefad

#edefad #ccefad #efd0ad

Monochromatic Colors of #edefad

#edefad

Complementary Color

#edefad #afadef

#edefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefad Color CSS Codes

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

#edefad Text Font Color

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

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


#edefad Background Color

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

This div background color is #edefad


#edefad Border Color

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

This div border color is #edefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefad


Comments

No comments written yet.

Please login to write comment.