Color Hex Logo

#eaf496 Color Hex

#EAF496
(234,244,150)
0 Favorites   0 Comments

Color spaces of #eaf496

RGB 234244150
HSL0.180.810.77
HSV66°39°96°
CMYK 0.040.000.39   0.04
XYZ71.787484.395841.3606
Yxy84.39580.36340.4272
Hunter Lab91.8672-21.283137.6134
CIE-Lab93.6221-17.164944.1580

#eaf496 color RGB value is (234,244,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110100 10010110
Octal 352 364 226
Decimal 234 244 150
Hex EA F4 96

RGB Percentages of Color #eaf496

%37.26
%38.85
%23.89

CMYK Percentages of Color #eaf496

%4
%0
%39
%4

Triadic Colors of #eaf496

#eaf496 #96eaf4 #f496ea

Analogous Colors of #eaf496

#eaf496 #bbf496 #f4cf96

Monochromatic Colors of #eaf496

#eaf496

Complementary Color

#eaf496 #a096f4

#eaf496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf496 Color CSS Codes

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

#eaf496 Text Font Color

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

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


#eaf496 Background Color

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

This div background color is #eaf496


#eaf496 Border Color

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

This div border color is #eaf496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf496


Comments

No comments written yet.

Please login to write comment.