Color Hex Logo

#edef59 Color Hex

#EDEF59
(237,239,89)
0 Favorites   0 Comments

Color spaces of #edef59

RGB 23723989
HSL0.170.820.64
HSV61°63°94°
CMYK 0.010.000.63   0.06
XYZ67.594780.458821.4187
Yxy80.45880.39890.4748
Hunter Lab89.6988-22.460048.6316
CIE-Lab91.8903-18.743369.7014

#edef59 color RGB value is (237,239,89).

#edef59 hex color red value is 237, green value is 239 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #edef59 hue: 0.17 , saturation: 0.82 and the lightness value of edef59 is 0.64.

The process color (four color CMYK) of #edef59 color hex is 0.01, 0.00, 0.63, 0.06. Web safe color of #edef59 is #ffff66. Color #edef59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 01011001
Octal 355 357 131
Decimal 237 239 89
Hex ED EF 59

RGB Percentages of Color #edef59

%41.95
%42.30
%15.75

CMYK Percentages of Color #edef59

%1
%0
%63
%6

Triadic Colors of #edef59

#edef59 #59edef #ef59ed

Analogous Colors of #edef59

#edef59 #a2ef59 #efa659

Monochromatic Colors of #edef59

#edef59

Complementary Color

#edef59 #5b59ef

#edef59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edef59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edef59 Color CSS Codes

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

#edef59 Text Font Color

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

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


#edef59 Background Color

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

This div background color is #edef59


#edef59 Border Color

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

This div border color is #edef59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edef59


Comments

No comments written yet.

Please login to write comment.