Color Hex Logo

#eaf66f Color Hex

#EAF66F
(234,246,111)
0 Favorites   0 Comments

Color spaces of #eaf66f

RGB 234246111
HSL0.180.880.70
HSV65°55°96°
CMYK 0.050.000.55   0.04
XYZ69.756784.551727.6825
Yxy84.55170.38330.4646
Hunter Lab91.9520-25.502246.5169
CIE-Lab93.6896-21.790362.4195

#eaf66f color RGB value is (234,246,111).

#eaf66f hex color red value is 234, green value is 246 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eaf66f hue: 0.18 , saturation: 0.88 and the lightness value of eaf66f is 0.70.

The process color (four color CMYK) of #eaf66f color hex is 0.05, 0.00, 0.55, 0.04. Web safe color of #eaf66f is #ffff66. Color #eaf66f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110110 01101111
Octal 352 366 157
Decimal 234 246 111
Hex EA F6 6F

RGB Percentages of Color #eaf66f

%39.59
%41.62
%18.78

CMYK Percentages of Color #eaf66f

%5
%0
%55
%4

Triadic Colors of #eaf66f

#eaf66f #6feaf6 #f66fea

Analogous Colors of #eaf66f

#eaf66f #a7f66f #f6bf6f

Monochromatic Colors of #eaf66f

#eaf66f

Complementary Color

#eaf66f #7b6ff6

#eaf66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf66f Color CSS Codes

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

#eaf66f Text Font Color

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

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


#eaf66f Background Color

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

This div background color is #eaf66f


#eaf66f Border Color

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

This div border color is #eaf66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf66f


Comments

No comments written yet.

Please login to write comment.