Color Hex Logo

#edfb9f Color Hex

#EDFB9F
(237,251,159)
0 Favorites   0 Comments

Color spaces of #edfb9f

RGB 237251159
HSL0.190.920.80
HSV69°37°98°
CMYK 0.060.000.37   0.02
XYZ75.680289.502146.0877
Yxy89.50210.35820.4236
Hunter Lab94.6055-22.767737.3404
CIE-Lab95.7899-18.422342.5751

#edfb9f color RGB value is (237,251,159).

#edfb9f hex color red value is 237, green value is 251 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #edfb9f hue: 0.19 , saturation: 0.92 and the lightness value of edfb9f is 0.80.

The process color (four color CMYK) of #edfb9f color hex is 0.06, 0.00, 0.37, 0.02. Web safe color of #edfb9f is #ffff99. Color #edfb9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 10011111
Octal 355 373 237
Decimal 237 251 159
Hex ED FB 9F

RGB Percentages of Color #edfb9f

%36.63
%38.79
%24.57

CMYK Percentages of Color #edfb9f

%6
%0
%37
%2

Triadic Colors of #edfb9f

#edfb9f #9fedfb #fb9fed

Analogous Colors of #edfb9f

#edfb9f #bffb9f #fbdb9f

Monochromatic Colors of #edfb9f

#edfb9f

Complementary Color

#edfb9f #ad9ffb

#edfb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfb9f Color CSS Codes

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

#edfb9f Text Font Color

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

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


#edfb9f Background Color

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

This div background color is #edfb9f


#edfb9f Border Color

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

This div border color is #edfb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfb9f


Comments

No comments written yet.

Please login to write comment.