Color Hex Logo

#edf06e Color Hex

#EDF06E
(237,240,110)
0 Favorites   0 Comments

Color spaces of #edf06e

RGB 237240110
HSL0.170.810.69
HSV61°54°94°
CMYK 0.010.000.54   0.06
XYZ68.899681.450526.8420
Yxy81.45050.38880.4597
Hunter Lab90.2499-21.664945.5410
CIE-Lab92.3318-17.792561.3739

#edf06e color RGB value is (237,240,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 01101110
Octal 355 360 156
Decimal 237 240 110
Hex ED F0 6E

RGB Percentages of Color #edf06e

%40.37
%40.89
%18.74

CMYK Percentages of Color #edf06e

%1
%0
%54
%6

Triadic Colors of #edf06e

#edf06e #6eedf0 #f06eed

Analogous Colors of #edf06e

#edf06e #acf06e #f0b26e

Monochromatic Colors of #edf06e

#edf06e

Complementary Color

#edf06e #716ef0

#edf06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf06e Color CSS Codes

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

#edf06e Text Font Color

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

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


#edf06e Background Color

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

This div background color is #edf06e


#edf06e Border Color

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

This div border color is #edf06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf06e


Comments

No comments written yet.

Please login to write comment.