Color Hex Logo

#edefaa Color Hex

#EDEFAA
(237,239,170)
0 Favorites   0 Comments

Color spaces of #edefaa

RGB 237239170
HSL0.170.680.80
HSV62°29°94°
CMYK 0.010.000.29   0.06
XYZ73.047382.639850.1313
Yxy82.63980.35490.4015
Hunter Lab90.9064-15.653730.9384
CIE-Lab92.8565-11.216433.2484

#edefaa color RGB value is (237,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 10101010
Octal 355 357 252
Decimal 237 239 170
Hex ED EF AA

RGB Percentages of Color #edefaa

%36.69
%37.00
%26.32

CMYK Percentages of Color #edefaa

%1
%0
%29
%6

Triadic Colors of #edefaa

#edefaa #aaedef #efaaed

Analogous Colors of #edefaa

#edefaa #cbefaa #efcfaa

Monochromatic Colors of #edefaa

#edefaa

Complementary Color

#edefaa #acaaef

#edefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefaa Color CSS Codes

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

#edefaa Text Font Color

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

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


#edefaa Background Color

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

This div background color is #edefaa


#edefaa Border Color

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

This div border color is #edefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefaa


Comments

No comments written yet.

Please login to write comment.