Color Hex Logo

#eaf395 Color Hex

#EAF395
(234,243,149)
0 Favorites   0 Comments

Color spaces of #eaf395

RGB 234243149
HSL0.180.800.77
HSV66°39°95°
CMYK 0.040.000.39   0.05
XYZ71.407183.763540.8382
Yxy83.76350.36430.4273
Hunter Lab91.5224-20.895937.6099
CIE-Lab93.3477-16.787444.2972

#eaf395 color RGB value is (234,243,149).

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

The process color (four color CMYK) of #eaf395 color hex is 0.04, 0.00, 0.39, 0.05. Web safe color of #eaf395 is #ffff99. Color #eaf395 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 10010101
Octal 352 363 225
Decimal 234 243 149
Hex EA F3 95

RGB Percentages of Color #eaf395

%37.38
%38.82
%23.80

CMYK Percentages of Color #eaf395

%4
%0
%39
%5

Triadic Colors of #eaf395

#eaf395 #95eaf3 #f395ea

Analogous Colors of #eaf395

#eaf395 #bbf395 #f3cd95

Monochromatic Colors of #eaf395

#eaf395

Complementary Color

#eaf395 #9e95f3

#eaf395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf395 Color CSS Codes

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

#eaf395 Text Font Color

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

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


#eaf395 Background Color

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

This div background color is #eaf395


#eaf395 Border Color

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

This div border color is #eaf395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf395


Comments

No comments written yet.

Please login to write comment.