Color Hex Logo

#abe96a Color Hex

#ABE96A
(171,233,106)
0 Favorites   0 Comments

Color spaces of #abe96a

RGB 171233106
HSL0.250.740.66
HSV89°55°91°
CMYK 0.270.000.55   0.09
XYZ48.535067.976424.1984
Yxy67.97640.34490.4831
Hunter Lab82.4478-39.205140.3119
CIE-Lab85.9946-39.986054.7078

#abe96a color RGB value is (171,233,106).

#abe96a hex color red value is 171, green value is 233 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #abe96a hue: 0.25 , saturation: 0.74 and the lightness value of abe96a is 0.66.

The process color (four color CMYK) of #abe96a color hex is 0.27, 0.00, 0.55, 0.09. Web safe color of #abe96a is #99ff66. Color #abe96a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101001 01101010
Octal 253 351 152
Decimal 171 233 106
Hex AB E9 6A

RGB Percentages of Color #abe96a

%33.53
%45.69
%20.78

CMYK Percentages of Color #abe96a

%27
%0
%55
%9

Triadic Colors of #abe96a

#abe96a #6aabe9 #e96aab

Analogous Colors of #abe96a

#abe96a #6ce96a #e9e86a

Monochromatic Colors of #abe96a

#abe96a

Complementary Color

#abe96a #a86ae9

#abe96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe96a Color CSS Codes

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

#abe96a Text Font Color

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

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


#abe96a Background Color

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

This div background color is #abe96a


#abe96a Border Color

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

This div border color is #abe96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe96a


Comments

No comments written yet.

Please login to write comment.