Color Hex Logo

#abe16a Color Hex

#ABE16A
(171,225,106)
0 Favorites   0 Comments

Color spaces of #abe16a

RGB 171225106
HSL0.240.660.65
HSV87°53°88°
CMYK 0.240.000.53   0.12
XYZ46.321363.549023.4605
Yxy63.54900.34740.4766
Hunter Lab79.7176-35.785338.3536
CIE-Lab83.7304-36.397152.0481

#abe16a color RGB value is (171,225,106).

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

The process color (four color CMYK) of #abe16a color hex is 0.24, 0.00, 0.53, 0.12. Web safe color of #abe16a is #99cc66. Color #abe16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 01101010
Octal 253 341 152
Decimal 171 225 106
Hex AB E1 6A

RGB Percentages of Color #abe16a

%34.06
%44.82
%21.12

CMYK Percentages of Color #abe16a

%24
%0
%53
%12

Triadic Colors of #abe16a

#abe16a #6aabe1 #e16aab

Analogous Colors of #abe16a

#abe16a #70e16a #e1dc6a

Monochromatic Colors of #abe16a

#abe16a

Complementary Color

#abe16a #a06ae1

#abe16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe16a Color CSS Codes

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

#abe16a Text Font Color

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

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


#abe16a Background Color

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

This div background color is #abe16a


#abe16a Border Color

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

This div border color is #abe16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe16a


Comments

No comments written yet.

Please login to write comment.