Color Hex Logo

#edf85f Color Hex

#EDF85F
(237,248,95)
0 Favorites   0 Comments

Color spaces of #edf85f

RGB 23724895
HSL0.180.920.67
HSV64°62°97°
CMYK 0.040.000.62   0.03
XYZ70.558085.965623.7007
Yxy85.96560.39150.4770
Hunter Lab92.7176-26.417649.7465
CIE-Lab94.2976-22.690969.8596

#edf85f color RGB value is (237,248,95).

#edf85f hex color red value is 237, green value is 248 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #edf85f hue: 0.18 , saturation: 0.92 and the lightness value of edf85f is 0.67.

The process color (four color CMYK) of #edf85f color hex is 0.04, 0.00, 0.62, 0.03. Web safe color of #edf85f is #ffff66. Color #edf85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111000 01011111
Octal 355 370 137
Decimal 237 248 95
Hex ED F8 5F

RGB Percentages of Color #edf85f

%40.86
%42.76
%16.38

CMYK Percentages of Color #edf85f

%4
%0
%62
%3

Triadic Colors of #edf85f

#edf85f #5fedf8 #f85fed

Analogous Colors of #edf85f

#edf85f #a1f85f #f8b75f

Monochromatic Colors of #edf85f

#edf85f

Complementary Color

#edf85f #6a5ff8

#edf85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf85f Color CSS Codes

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

#edf85f Text Font Color

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

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


#edf85f Background Color

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

This div background color is #edf85f


#edf85f Border Color

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

This div border color is #edf85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf85f


Comments

No comments written yet.

Please login to write comment.