Color Hex Logo

#edf82f Color Hex

#EDF82F
(237,248,47)
0 Favorites   0 Comments

Color spaces of #edf82f

RGB 23724847
HSL0.180.930.58
HSV63°81°97°
CMYK 0.040.000.81   0.03
XYZ69.005585.344615.5255
Yxy85.34460.40620.5024
Hunter Lab92.3821-28.336954.7034
CIE-Lab94.0314-24.888585.2232

#edf82f color RGB value is (237,248,47).

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

The process color (four color CMYK) of #edf82f color hex is 0.04, 0.00, 0.81, 0.03. Web safe color of #edf82f is #ffff33. Color #edf82f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111000 00101111
Octal 355 370 57
Decimal 237 248 47
Hex ED F8 2F

RGB Percentages of Color #edf82f

%44.55
%46.62
%8.83

CMYK Percentages of Color #edf82f

%4
%0
%81
%3

Triadic Colors of #edf82f

#edf82f #2fedf8 #f82fed

Analogous Colors of #edf82f

#edf82f #89f82f #f89f2f

Monochromatic Colors of #edf82f

#edf82f

Complementary Color

#edf82f #3a2ff8

#edf82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf82f Color CSS Codes

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

#edf82f Text Font Color

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

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


#edf82f Background Color

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

This div background color is #edf82f


#edf82f Border Color

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

This div border color is #edf82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf82f


Comments

No comments written yet.

Please login to write comment.