Color Hex Logo

#eaf17e Color Hex

#EAF17E
(234,241,126)
0 Favorites   0 Comments

Color spaces of #eaf17e

RGB 234241126
HSL0.180.800.72
HSV64°48°95°
CMYK 0.030.000.48   0.05
XYZ69.152981.909431.9040
Yxy81.90940.37800.4477
Hunter Lab90.5038-21.991942.4520
CIE-Lab92.5349-18.118154.2902

#eaf17e color RGB value is (234,241,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 01111110
Octal 352 361 176
Decimal 234 241 126
Hex EA F1 7E

RGB Percentages of Color #eaf17e

%38.94
%40.10
%20.97

CMYK Percentages of Color #eaf17e

%3
%0
%48
%5

Triadic Colors of #eaf17e

#eaf17e #7eeaf1 #f17eea

Analogous Colors of #eaf17e

#eaf17e #b1f17e #f1bf7e

Monochromatic Colors of #eaf17e

#eaf17e

Complementary Color

#eaf17e #857ef1

#eaf17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf17e Color CSS Codes

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

#eaf17e Text Font Color

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

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


#eaf17e Background Color

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

This div background color is #eaf17e


#eaf17e Border Color

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

This div border color is #eaf17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf17e


Comments

No comments written yet.

Please login to write comment.