color codes Logo

#aabc8c color codes

#AABC8C
(170,188,140)
0 Favorites   0 Comments

Color spaces of #aabc8c

RGB 170188140
HSL0.230.260.64
HSV83°26°74°
CMYK 0.100.000.26   0.26
XYZ39.294446.405931.6971
Yxy46.40590.33470.3953
Hunter Lab68.1219-16.250020.0977
CIE-Lab73.8081-14.626022.2906

#aabc8c color RGB value is (170,188,140).

#aabc8c hex color red value is 170, green value is 188 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aabc8c hue: 0.23 , saturation: 0.26 and the lightness value of aabc8c is 0.64.

The process color (four color CMYK) of #aabc8c color code is 0.10, 0.00, 0.26, 0.26. Web safe color of #aabc8c is #99cc99. Color #aabc8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 10001100
Octal 252 274 214
Decimal 170 188 140
Hex AA BC 8C

RGB Percentages of Color #aabc8c

%34.14
%37.75
%28.11

CMYK Percentages of Color #aabc8c

%10
%0
%26
%26

Triadic Colors of #aabc8c

#aabc8c #8caabc #bc8caa

Analogous Colors of #aabc8c

#aabc8c #92bc8c #bcb68c

Monochromatic Colors of #aabc8c

#aabc8c

Complementary Color

#aabc8c #9e8cbc

#aabc8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabc8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabc8c Color CSS Codes

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

#aabc8c Text Font Color

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

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


#aabc8c Background Color

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

This div background color is #aabc8c


#aabc8c Border Color

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

This div border color is #aabc8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabc8c


Comments

No comments written yet.

Please login to write comment.