Color Hex Logo

#eaf2ab Color Hex

#EAF2AB
(234,242,171)
0 Favorites   0 Comments

Color spaces of #eaf2ab

RGB 234242171
HSL0.190.730.81
HSV67°29°95°
CMYK 0.030.000.29   0.05
XYZ73.034583.937050.8802
Yxy83.93700.35140.4038
Hunter Lab91.6171-18.035031.2049
CIE-Lab93.4231-13.685433.4601

#eaf2ab color RGB value is (234,242,171).

#eaf2ab hex color red value is 234, green value is 242 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eaf2ab hue: 0.19 , saturation: 0.73 and the lightness value of eaf2ab is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110010 10101011
Octal 352 362 253
Decimal 234 242 171
Hex EA F2 AB

RGB Percentages of Color #eaf2ab

%36.17
%37.40
%26.43

CMYK Percentages of Color #eaf2ab

%3
%0
%29
%5

Triadic Colors of #eaf2ab

#eaf2ab #abeaf2 #f2abea

Analogous Colors of #eaf2ab

#eaf2ab #c7f2ab #f2d7ab

Monochromatic Colors of #eaf2ab

#eaf2ab

Complementary Color

#eaf2ab #b3abf2

#eaf2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf2ab Color CSS Codes

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

#eaf2ab Text Font Color

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

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


#eaf2ab Background Color

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

This div background color is #eaf2ab


#eaf2ab Border Color

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

This div border color is #eaf2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf2ab


Comments

No comments written yet.

Please login to write comment.