Color Hex Logo

#edf036 Color Hex

#EDF036
(237,240,54)
0 Favorites   0 Comments

Color spaces of #edf036

RGB 23724054
HSL0.170.860.58
HSV61°78°94°
CMYK 0.010.000.78   0.06
XYZ66.751080.591015.5275
Yxy80.59100.40980.4948
Hunter Lab89.7725-24.376952.5856
CIE-Lab91.9494-20.862581.6290

#edf036 color RGB value is (237,240,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 00110110
Octal 355 360 66
Decimal 237 240 54
Hex ED F0 36

RGB Percentages of Color #edf036

%44.63
%45.20
%10.17

CMYK Percentages of Color #edf036

%1
%0
%78
%6

Triadic Colors of #edf036

#edf036 #36edf0 #f036ed

Analogous Colors of #edf036

#edf036 #90f036 #f09636

Monochromatic Colors of #edf036

#edf036

Complementary Color

#edf036 #3936f0

#edf036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf036 Color CSS Codes

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

#edf036 Text Font Color

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

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


#edf036 Background Color

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

This div background color is #edf036


#edf036 Border Color

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

This div border color is #edf036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf036


Comments

No comments written yet.

Please login to write comment.