Color Hex Logo

#aacab0 Color Hex

#AACAB0
(170,202,176)
0 Favorites   0 Comments

Color spaces of #aacab0

RGB 170202176
HSL0.360.230.73
HSV131°16°79°
CMYK 0.160.000.13   0.21
XYZ45.534653.921749.0823
Yxy53.92170.30660.3630
Hunter Lab73.4314-17.817611.7719
CIE-Lab78.4161-15.73079.4359

#aacab0 color RGB value is (170,202,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 10110000
Octal 252 312 260
Decimal 170 202 176
Hex AA CA B0

RGB Percentages of Color #aacab0

%31.02
%36.86
%32.12

CMYK Percentages of Color #aacab0

%16
%0
%13
%21

Triadic Colors of #aacab0

#aacab0 #b0aaca #cab0aa

Analogous Colors of #aacab0

#aacab0 #aacac0 #b4caaa

Monochromatic Colors of #aacab0

#aacab0

Complementary Color

#aacab0 #caaac4

#aacab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacab0 Color CSS Codes

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

#aacab0 Text Font Color

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

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


#aacab0 Background Color

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

This div background color is #aacab0


#aacab0 Border Color

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

This div border color is #aacab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacab0


Comments

No comments written yet.

Please login to write comment.