Color Hex Logo

#eaf19a Color Hex

#EAF19A
(234,241,154)
0 Favorites   0 Comments

Color spaces of #eaf19a

RGB 234241154
HSL0.180.760.77
HSV65°36°95°
CMYK 0.030.000.36   0.05
XYZ71.219782.736142.7878
Yxy82.73610.36200.4205
Hunter Lab90.9594-19.416435.7812
CIE-Lab92.8988-15.250441.2636

#eaf19a color RGB value is (234,241,154).

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

The process color (four color CMYK) of #eaf19a color hex is 0.03, 0.00, 0.36, 0.05. Web safe color of #eaf19a is #ffff99. Color #eaf19a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 10011010
Octal 352 361 232
Decimal 234 241 154
Hex EA F1 9A

RGB Percentages of Color #eaf19a

%37.20
%38.31
%24.48

CMYK Percentages of Color #eaf19a

%3
%0
%36
%5

Triadic Colors of #eaf19a

#eaf19a #9aeaf1 #f19aea

Analogous Colors of #eaf19a

#eaf19a #bff19a #f1cd9a

Monochromatic Colors of #eaf19a

#eaf19a

Complementary Color

#eaf19a #a19af1

#eaf19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf19a Color CSS Codes

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

#eaf19a Text Font Color

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

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


#eaf19a Background Color

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

This div background color is #eaf19a


#eaf19a Border Color

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

This div border color is #eaf19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf19a


Comments

No comments written yet.

Please login to write comment.