Color Hex Logo

#edf06f Color Hex

#EDF06F
(237,240,111)
0 Favorites   0 Comments

Color spaces of #edf06f

RGB 237240111
HSL0.170.810.69
HSV61°54°94°
CMYK 0.010.000.54   0.06
XYZ68.954481.472427.1304
Yxy81.47240.38840.4589
Hunter Lab90.2621-21.596145.3624
CIE-Lab92.3415-17.715360.9431

#edf06f color RGB value is (237,240,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 01101111
Octal 355 360 157
Decimal 237 240 111
Hex ED F0 6F

RGB Percentages of Color #edf06f

%40.31
%40.82
%18.88

CMYK Percentages of Color #edf06f

%1
%0
%54
%6

Triadic Colors of #edf06f

#edf06f #6fedf0 #f06fed

Analogous Colors of #edf06f

#edf06f #adf06f #f0b36f

Monochromatic Colors of #edf06f

#edf06f

Complementary Color

#edf06f #726ff0

#edf06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf06f Color CSS Codes

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

#edf06f Text Font Color

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

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


#edf06f Background Color

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

This div background color is #edf06f


#edf06f Border Color

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

This div border color is #edf06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf06f


Comments

No comments written yet.

Please login to write comment.