Color Hex Logo

#edf05a Color Hex

#EDF05A
(237,240,90)
0 Favorites   0 Comments

Color spaces of #edf05a

RGB 23724090
HSL0.170.830.65
HSV61°63°94°
CMYK 0.010.000.63   0.06
XYZ67.930681.062921.7392
Yxy81.06290.39790.4748
Hunter Lab90.0349-22.884448.7087
CIE-Lab92.1597-19.166269.5885

#edf05a color RGB value is (237,240,90).

#edf05a hex color red value is 237, green value is 240 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #edf05a hue: 0.17 , saturation: 0.83 and the lightness value of edf05a is 0.65.

The process color (four color CMYK) of #edf05a color hex is 0.01, 0.00, 0.63, 0.06. Web safe color of #edf05a is #ffff66. Color #edf05a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 01011010
Octal 355 360 132
Decimal 237 240 90
Hex ED F0 5A

RGB Percentages of Color #edf05a

%41.80
%42.33
%15.87

CMYK Percentages of Color #edf05a

%1
%0
%63
%6

Triadic Colors of #edf05a

#edf05a #5aedf0 #f05aed

Analogous Colors of #edf05a

#edf05a #a2f05a #f0a85a

Monochromatic Colors of #edf05a

#edf05a

Complementary Color

#edf05a #5d5af0

#edf05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf05a Color CSS Codes

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

#edf05a Text Font Color

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

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


#edf05a Background Color

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

This div background color is #edf05a


#edf05a Border Color

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

This div border color is #edf05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf05a


Comments

No comments written yet.

Please login to write comment.