Color Hex Logo

#eaf17f Color Hex

#EAF17F
(234,241,127)
0 Favorites   0 Comments

Color spaces of #eaf17f

RGB 234241127
HSL0.180.800.72
HSV64°47°95°
CMYK 0.030.000.47   0.05
XYZ69.217781.935332.2456
Yxy81.93530.37740.4468
Hunter Lab90.5181-21.910742.2416
CIE-Lab92.5463-18.026953.8375

#eaf17f color RGB value is (234,241,127).

#eaf17f hex color red value is 234, green value is 241 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #eaf17f hue: 0.18 , saturation: 0.80 and the lightness value of eaf17f is 0.72.

The process color (four color CMYK) of #eaf17f color hex is 0.03, 0.00, 0.47, 0.05. Web safe color of #eaf17f is #ffff66. Color #eaf17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 01111111
Octal 352 361 177
Decimal 234 241 127
Hex EA F1 7F

RGB Percentages of Color #eaf17f

%38.87
%40.03
%21.10

CMYK Percentages of Color #eaf17f

%3
%0
%47
%5

Triadic Colors of #eaf17f

#eaf17f #7feaf1 #f17fea

Analogous Colors of #eaf17f

#eaf17f #b1f17f #f1bf7f

Monochromatic Colors of #eaf17f

#eaf17f

Complementary Color

#eaf17f #867ff1

#eaf17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf17f Color CSS Codes

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

#eaf17f Text Font Color

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

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


#eaf17f Background Color

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

This div background color is #eaf17f


#eaf17f Border Color

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

This div border color is #eaf17f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,241,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf17f


Comments

No comments written yet.

Please login to write comment.