Color Hex Logo

#abc6aa Color Hex

#ABC6AA
(171,198,170)
0 Favorites   0 Comments

Color spaces of #abc6aa

RGB 171198170
HSL0.330.200.72
HSV118°14°78°
CMYK 0.140.000.14   0.22
XYZ44.244451.948445.7253
Yxy51.94840.31180.3660
Hunter Lab72.0752-16.556912.8385
CIE-Lab77.2500-14.435111.0044

#abc6aa color RGB value is (171,198,170).

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

The process color (four color CMYK) of #abc6aa color hex is 0.14, 0.00, 0.14, 0.22. Web safe color of #abc6aa is #99cc99. Color #abc6aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 10101010
Octal 253 306 252
Decimal 171 198 170
Hex AB C6 AA

RGB Percentages of Color #abc6aa

%31.73
%36.73
%31.54

CMYK Percentages of Color #abc6aa

%14
%0
%14
%22

Triadic Colors of #abc6aa

#abc6aa #aaabc6 #c6aaab

Analogous Colors of #abc6aa

#abc6aa #aac6b7 #b9c6aa

Monochromatic Colors of #abc6aa

#abc6aa

Complementary Color

#abc6aa #c5aac6

#abc6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc6aa Color CSS Codes

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

#abc6aa Text Font Color

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

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


#abc6aa Background Color

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

This div background color is #abc6aa


#abc6aa Border Color

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

This div border color is #abc6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc6aa


Comments

No comments written yet.

Please login to write comment.