Color Hex Logo

#edf042 Color Hex

#EDF042
(237,240,66)
0 Favorites   0 Comments

Color spaces of #edf042

RGB 23724066
HSL0.170.850.60
HSV61°73°94°
CMYK 0.010.000.73   0.06
XYZ67.068580.718017.1995
Yxy80.71800.40650.4892
Hunter Lab89.8432-23.974251.5398
CIE-Lab92.0061-20.403278.1033

#edf042 color RGB value is (237,240,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 01000010
Octal 355 360 102
Decimal 237 240 66
Hex ED F0 42

RGB Percentages of Color #edf042

%43.65
%44.20
%12.15

CMYK Percentages of Color #edf042

%1
%0
%73
%6

Triadic Colors of #edf042

#edf042 #42edf0 #f042ed

Analogous Colors of #edf042

#edf042 #96f042 #f09c42

Monochromatic Colors of #edf042

#edf042

Complementary Color

#edf042 #4542f0

#edf042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf042 Color CSS Codes

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

#edf042 Text Font Color

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

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


#edf042 Background Color

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

This div background color is #edf042


#edf042 Border Color

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

This div border color is #edf042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf042


Comments

No comments written yet.

Please login to write comment.