Color Hex Logo

#eaf96f Color Hex

#EAF96F
(234,249,111)
0 Favorites   0 Comments

Color spaces of #eaf96f

RGB 234249111
HSL0.180.920.71
HSV67°55°98°
CMYK 0.060.000.55   0.02
XYZ70.676686.391527.9891
Yxy86.39150.38190.4668
Hunter Lab92.9470-26.926547.2089
CIE-Lab94.4795-23.221263.3153

#eaf96f color RGB value is (234,249,111).

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

The process color (four color CMYK) of #eaf96f color hex is 0.06, 0.00, 0.55, 0.02. Web safe color of #eaf96f is #ffff66. Color #eaf96f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 01101111
Octal 352 371 157
Decimal 234 249 111
Hex EA F9 6F

RGB Percentages of Color #eaf96f

%39.39
%41.92
%18.69

CMYK Percentages of Color #eaf96f

%6
%0
%55
%2

Triadic Colors of #eaf96f

#eaf96f #6feaf9 #f96fea

Analogous Colors of #eaf96f

#eaf96f #a5f96f #f9c36f

Monochromatic Colors of #eaf96f

#eaf96f

Complementary Color

#eaf96f #7e6ff9

#eaf96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf96f Color CSS Codes

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

#eaf96f Text Font Color

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

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


#eaf96f Background Color

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

This div background color is #eaf96f


#eaf96f Border Color

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

This div border color is #eaf96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf96f


Comments

No comments written yet.

Please login to write comment.