Color Hex Logo

#edf089 Color Hex

#EDF089
(237,240,137)
0 Favorites   0 Comments

Color spaces of #edf089

RGB 237240137
HSL0.170.770.74
HSV62°43°94°
CMYK 0.010.000.43   0.06
XYZ70.600582.130835.7987
Yxy82.13080.37450.4356
Hunter Lab90.6260-19.538540.0178
CIE-Lab92.6326-15.422949.2594

#edf089 color RGB value is (237,240,137).

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

The process color (four color CMYK) of #edf089 color hex is 0.01, 0.00, 0.43, 0.06. Web safe color of #edf089 is #ffff99. Color #edf089 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 10001001
Octal 355 360 211
Decimal 237 240 137
Hex ED F0 89

RGB Percentages of Color #edf089

%38.60
%39.09
%22.31

CMYK Percentages of Color #edf089

%1
%0
%43
%6

Triadic Colors of #edf089

#edf089 #89edf0 #f089ed

Analogous Colors of #edf089

#edf089 #baf089 #f0c089

Monochromatic Colors of #edf089

#edf089

Complementary Color

#edf089 #8c89f0

#edf089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf089 Color CSS Codes

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

#edf089 Text Font Color

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

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


#edf089 Background Color

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

This div background color is #edf089


#edf089 Border Color

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

This div border color is #edf089


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,240,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 #edf089">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf089


Comments

No comments written yet.

Please login to write comment.