Color Hex Logo

#eaf896 Color Hex

#EAF896
(234,248,150)
0 Favorites   0 Comments

Color spaces of #eaf896

RGB 234248150
HSL0.190.880.78
HSV69°40°97°
CMYK 0.060.000.40   0.03
XYZ73.004186.829241.7662
Yxy86.82920.36210.4307
Hunter Lab93.1822-23.222038.6525
CIE-Lab94.6658-19.105145.4854

#eaf896 color RGB value is (234,248,150).

#eaf896 hex color red value is 234, green value is 248 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #eaf896 hue: 0.19 , saturation: 0.88 and the lightness value of eaf896 is 0.78.

The process color (four color CMYK) of #eaf896 color hex is 0.06, 0.00, 0.40, 0.03. Web safe color of #eaf896 is #ffff99. Color #eaf896 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111000 10010110
Octal 352 370 226
Decimal 234 248 150
Hex EA F8 96

RGB Percentages of Color #eaf896

%37.03
%39.24
%23.73

CMYK Percentages of Color #eaf896

%6
%0
%40
%3

Triadic Colors of #eaf896

#eaf896 #96eaf8 #f896ea

Analogous Colors of #eaf896

#eaf896 #b9f896 #f8d596

Monochromatic Colors of #eaf896

#eaf896

Complementary Color

#eaf896 #a496f8

#eaf896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf896 Color CSS Codes

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

#eaf896 Text Font Color

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

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


#eaf896 Background Color

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

This div background color is #eaf896


#eaf896 Border Color

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

This div border color is #eaf896


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,248,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 #eaf896">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf896


Comments

No comments written yet.

Please login to write comment.