Color Hex Logo

#edf25a Color Hex

#EDF25A
(237,242,90)
0 Favorites   0 Comments

Color spaces of #edf25a

RGB 23724290
HSL0.170.850.65
HSV62°63°95°
CMYK 0.020.000.63   0.05
XYZ68.522682.247021.9366
Yxy82.24700.39680.4762
Hunter Lab90.6901-23.838849.1417
CIE-Lab92.6838-20.130470.1393

#edf25a color RGB value is (237,242,90).

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

The process color (four color CMYK) of #edf25a color hex is 0.02, 0.00, 0.63, 0.05. Web safe color of #edf25a is #ffff66. Color #edf25a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 01011010
Octal 355 362 132
Decimal 237 242 90
Hex ED F2 5A

RGB Percentages of Color #edf25a

%41.65
%42.53
%15.82

CMYK Percentages of Color #edf25a

%2
%0
%63
%5

Triadic Colors of #edf25a

#edf25a #5aedf2 #f25aed

Analogous Colors of #edf25a

#edf25a #a1f25a #f2ab5a

Monochromatic Colors of #edf25a

#edf25a

Complementary Color

#edf25a #5f5af2

#edf25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf25a Color CSS Codes

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

#edf25a Text Font Color

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

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


#edf25a Background Color

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

This div background color is #edf25a


#edf25a Border Color

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

This div border color is #edf25a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,242,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 #edf25a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf25a


Comments

No comments written yet.

Please login to write comment.