Color Hex Logo

#aacaab Color Hex

#AACAAB
(170,202,171)
0 Favorites   0 Comments

Color spaces of #aacaab

RGB 170202171
HSL0.340.230.73
HSV122°16°79°
CMYK 0.160.000.15   0.21
XYZ45.048853.727446.5242
Yxy53.72740.31000.3698
Hunter Lab73.2990-18.568913.6768
CIE-Lab78.3025-16.637711.9519

#aacaab color RGB value is (170,202,171).

#aacaab hex color red value is 170, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aacaab hue: 0.34 , saturation: 0.23 and the lightness value of aacaab is 0.73.

The process color (four color CMYK) of #aacaab color hex is 0.16, 0.00, 0.15, 0.21. Web safe color of #aacaab is #99cc99. Color #aacaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 10101011
Octal 252 312 253
Decimal 170 202 171
Hex AA CA AB

RGB Percentages of Color #aacaab

%31.31
%37.20
%31.49

CMYK Percentages of Color #aacaab

%16
%0
%15
%21

Triadic Colors of #aacaab

#aacaab #abaaca #caabaa

Analogous Colors of #aacaab

#aacaab #aacabb #b9caaa

Monochromatic Colors of #aacaab

#aacaab

Complementary Color

#aacaab #caaac9

#aacaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacaab Color CSS Codes

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

#aacaab Text Font Color

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

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


#aacaab Background Color

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

This div background color is #aacaab


#aacaab Border Color

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

This div border color is #aacaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacaab


Comments

No comments written yet.

Please login to write comment.