Color Hex Logo

#abc29a Color Hex

#ABC29A
(171,194,154)
0 Favorites   0 Comments

Color spaces of #abc29a

RGB 171194154
HSL0.260.250.68
HSV95°21°76°
CMYK 0.120.000.21   0.24
XYZ41.919149.574637.9313
Yxy49.57460.32390.3830
Hunter Lab70.4092-16.943717.3454
CIE-Lab75.8074-15.128217.5621

#abc29a color RGB value is (171,194,154).

#abc29a hex color red value is 171, green value is 194 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #abc29a hue: 0.26 , saturation: 0.25 and the lightness value of abc29a is 0.68.

The process color (four color CMYK) of #abc29a color hex is 0.12, 0.00, 0.21, 0.24. Web safe color of #abc29a is #99cc99. Color #abc29a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 10011010
Octal 253 302 232
Decimal 171 194 154
Hex AB C2 9A

RGB Percentages of Color #abc29a

%32.95
%37.38
%29.67

CMYK Percentages of Color #abc29a

%12
%0
%21
%24

Triadic Colors of #abc29a

#abc29a #9aabc2 #c29aab

Analogous Colors of #abc29a

#abc29a #9ac29d #bfc29a

Monochromatic Colors of #abc29a

#abc29a

Complementary Color

#abc29a #b19ac2

#abc29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc29a Color CSS Codes

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

#abc29a Text Font Color

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

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


#abc29a Background Color

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

This div background color is #abc29a


#abc29a Border Color

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

This div border color is #abc29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc29a


Comments

No comments written yet.

Please login to write comment.