Color Hex Logo

#edf95a Color Hex

#EDF95A
(237,249,90)
0 Favorites   0 Comments

Color spaces of #edf95a

RGB 23724990
HSL0.180.930.66
HSV65°64°98°
CMYK 0.050.000.64   0.02
XYZ70.646286.494122.6444
Yxy86.49410.39290.4811
Hunter Lab93.0022-27.161950.6655
CIE-Lab94.5232-23.474672.0631

#edf95a color RGB value is (237,249,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 01011010
Octal 355 371 132
Decimal 237 249 90
Hex ED F9 5A

RGB Percentages of Color #edf95a

%41.15
%43.23
%15.63

CMYK Percentages of Color #edf95a

%5
%0
%64
%2

Triadic Colors of #edf95a

#edf95a #5aedf9 #f95aed

Analogous Colors of #edf95a

#edf95a #9ef95a #f9b65a

Monochromatic Colors of #edf95a

#edf95a

Complementary Color

#edf95a #665af9

#edf95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf95a Color CSS Codes

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

#edf95a Text Font Color

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

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


#edf95a Background Color

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

This div background color is #edf95a


#edf95a Border Color

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

This div border color is #edf95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf95a


Comments

No comments written yet.

Please login to write comment.