Color Hex Logo

#edf589 Color Hex

#EDF589
(237,245,137)
0 Favorites   0 Comments

Color spaces of #edf589

RGB 237245137
HSL0.180.840.75
HSV64°44°96°
CMYK 0.030.000.44   0.04
XYZ72.092885.115536.2961
Yxy85.11550.37260.4399
Hunter Lab92.2581-21.967241.2548
CIE-Lab93.9329-17.859450.8649

#edf589 color RGB value is (237,245,137).

#edf589 hex color red value is 237, green value is 245 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #edf589 hue: 0.18 , saturation: 0.84 and the lightness value of edf589 is 0.75.

The process color (four color CMYK) of #edf589 color hex is 0.03, 0.00, 0.44, 0.04. Web safe color of #edf589 is #ffff99. Color #edf589 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110101 10001001
Octal 355 365 211
Decimal 237 245 137
Hex ED F5 89

RGB Percentages of Color #edf589

%38.29
%39.58
%22.13

CMYK Percentages of Color #edf589

%3
%0
%44
%4

Triadic Colors of #edf589

#edf589 #89edf5 #f589ed

Analogous Colors of #edf589

#edf589 #b7f589 #f5c789

Monochromatic Colors of #edf589

#edf589

Complementary Color

#edf589 #9189f5

#edf589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf589 Color CSS Codes

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

#edf589 Text Font Color

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

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


#edf589 Background Color

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

This div background color is #edf589


#edf589 Border Color

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

This div border color is #edf589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf589


Comments

No comments written yet.

Please login to write comment.