Color Hex Logo

#abc4aa Color Hex

#ABC4AA
(171,196,170)
0 Favorites   0 Comments

Color spaces of #abc4aa

RGB 171196170
HSL0.330.180.72
HSV118°13°77°
CMYK 0.130.000.13   0.23
XYZ43.790251.040145.5739
Yxy51.04010.31190.3635
Hunter Lab71.4424-15.613512.1879
CIE-Lab76.7033-13.409310.2274

#abc4aa color RGB value is (171,196,170).

#abc4aa hex color red value is 171, green value is 196 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abc4aa hue: 0.33 , saturation: 0.18 and the lightness value of abc4aa is 0.72.

The process color (four color CMYK) of #abc4aa color hex is 0.13, 0.00, 0.13, 0.23. Web safe color of #abc4aa is #99cc99. Color #abc4aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 10101010
Octal 253 304 252
Decimal 171 196 170
Hex AB C4 AA

RGB Percentages of Color #abc4aa

%31.84
%36.50
%31.66

CMYK Percentages of Color #abc4aa

%13
%0
%13
%23

Triadic Colors of #abc4aa

#abc4aa #aaabc4 #c4aaab

Analogous Colors of #abc4aa

#abc4aa #aac4b6 #b8c4aa

Monochromatic Colors of #abc4aa

#abc4aa

Complementary Color

#abc4aa #c3aac4

#abc4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4aa Color CSS Codes

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

#abc4aa Text Font Color

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

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


#abc4aa Background Color

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

This div background color is #abc4aa


#abc4aa Border Color

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

This div border color is #abc4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4aa

#abc4aa Color Palettes


Comments

No comments written yet.

Please login to write comment.