Color Hex Logo

#edf088 Color Hex

#EDF088
(237,240,136)
0 Favorites   0 Comments

Color spaces of #edf088

RGB 237240136
HSL0.170.780.74
HSV62°43°94°
CMYK 0.010.000.43   0.06
XYZ70.529182.102335.4226
Yxy82.10230.37500.4366
Hunter Lab90.6103-19.627540.2488
CIE-Lab92.6200-15.521449.7228

#edf088 color RGB value is (237,240,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 10001000
Octal 355 360 210
Decimal 237 240 136
Hex ED F0 88

RGB Percentages of Color #edf088

%38.66
%39.15
%22.19

CMYK Percentages of Color #edf088

%1
%0
%43
%6

Triadic Colors of #edf088

#edf088 #88edf0 #f088ed

Analogous Colors of #edf088

#edf088 #b9f088 #f0bf88

Monochromatic Colors of #edf088

#edf088

Complementary Color

#edf088 #8b88f0

#edf088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf088 Color CSS Codes

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

#edf088 Text Font Color

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

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


#edf088 Background Color

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

This div background color is #edf088


#edf088 Border Color

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

This div border color is #edf088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf088


Comments

No comments written yet.

Please login to write comment.