Color Hex Logo

#edf02d Color Hex

#EDF02D
(237,240,45)
0 Favorites   0 Comments

Color spaces of #edf02d

RGB 23724045
HSL0.170.870.56
HSV61°81°94°
CMYK 0.010.000.81   0.06
XYZ66.558880.514214.5154
Yxy80.51420.41190.4983
Hunter Lab89.7297-24.621053.2196
CIE-Lab91.9151-21.141683.8914

#edf02d color RGB value is (237,240,45).

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

The process color (four color CMYK) of #edf02d color hex is 0.01, 0.00, 0.81, 0.06. Web safe color of #edf02d is #ffff33. Color #edf02d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 00101101
Octal 355 360 55
Decimal 237 240 45
Hex ED F0 2D

RGB Percentages of Color #edf02d

%45.40
%45.98
%8.62

CMYK Percentages of Color #edf02d

%1
%0
%81
%6

Triadic Colors of #edf02d

#edf02d #2dedf0 #f02ded

Analogous Colors of #edf02d

#edf02d #8cf02d #f0922d

Monochromatic Colors of #edf02d

#edf02d

Complementary Color

#edf02d #302df0

#edf02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf02d Color CSS Codes

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

#edf02d Text Font Color

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

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


#edf02d Background Color

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

This div background color is #edf02d


#edf02d Border Color

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

This div border color is #edf02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf02d


Comments

No comments written yet.

Please login to write comment.