Color Hex Logo

#edf45e Color Hex

#EDF45E
(237,244,94)
0 Favorites   0 Comments

Color spaces of #edf45e

RGB 23724494
HSL0.170.870.66
HSV63°61°96°
CMYK 0.030.000.61   0.04
XYZ69.296183.514023.0572
Yxy83.51400.39400.4749
Hunter Lab91.3860-24.572749.0110
CIE-Lab93.2390-20.843069.1333

#edf45e color RGB value is (237,244,94).

#edf45e hex color red value is 237, green value is 244 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #edf45e hue: 0.17 , saturation: 0.87 and the lightness value of edf45e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 01011110
Octal 355 364 136
Decimal 237 244 94
Hex ED F4 5E

RGB Percentages of Color #edf45e

%41.22
%42.43
%16.35

CMYK Percentages of Color #edf45e

%3
%0
%61
%4

Triadic Colors of #edf45e

#edf45e #5eedf4 #f45eed

Analogous Colors of #edf45e

#edf45e #a2f45e #f4b05e

Monochromatic Colors of #edf45e

#edf45e

Complementary Color

#edf45e #655ef4

#edf45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf45e Color CSS Codes

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

#edf45e Text Font Color

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

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


#edf45e Background Color

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

This div background color is #edf45e


#edf45e Border Color

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

This div border color is #edf45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf45e


Comments

No comments written yet.

Please login to write comment.