Color Hex Logo

#eaf06f Color Hex

#EAF06F
(234,240,111)
0 Favorites   0 Comments

Color spaces of #eaf06f

RGB 234240111
HSL0.170.810.69
HSV63°54°94°
CMYK 0.030.000.54   0.06
XYZ67.961080.960327.0839
Yxy80.96030.38610.4600
Hunter Lab89.9779-22.639045.1379
CIE-Lab92.1140-18.902860.6229

#eaf06f color RGB value is (234,240,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110000 01101111
Octal 352 360 157
Decimal 234 240 111
Hex EA F0 6F

RGB Percentages of Color #eaf06f

%40.00
%41.03
%18.97

CMYK Percentages of Color #eaf06f

%3
%0
%54
%6

Triadic Colors of #eaf06f

#eaf06f #6feaf0 #f06fea

Analogous Colors of #eaf06f

#eaf06f #aaf06f #f0b66f

Monochromatic Colors of #eaf06f

#eaf06f

Complementary Color

#eaf06f #756ff0

#eaf06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf06f Color CSS Codes

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

#eaf06f Text Font Color

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

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


#eaf06f Background Color

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

This div background color is #eaf06f


#eaf06f Border Color

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

This div border color is #eaf06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf06f


Comments

No comments written yet.

Please login to write comment.