Color Hex Logo

#aacab1 Color Hex

#AACAB1
(170,202,177)
0 Favorites   0 Comments

Color spaces of #aacab1

RGB 170202177
HSL0.370.230.73
HSV133°16°79°
CMYK 0.160.000.12   0.21
XYZ45.633953.961449.6054
Yxy53.96140.30590.3617
Hunter Lab73.4584-17.664311.3832
CIE-Lab78.4392-15.54648.9330

#aacab1 color RGB value is (170,202,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 10110001
Octal 252 312 261
Decimal 170 202 177
Hex AA CA B1

RGB Percentages of Color #aacab1

%30.97
%36.79
%32.24

CMYK Percentages of Color #aacab1

%16
%0
%12
%21

Triadic Colors of #aacab1

#aacab1 #b1aaca #cab1aa

Analogous Colors of #aacab1

#aacab1 #aacac1 #b3caaa

Monochromatic Colors of #aacab1

#aacab1

Complementary Color

#aacab1 #caaac3

#aacab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacab1 Color CSS Codes

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

#aacab1 Text Font Color

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

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


#aacab1 Background Color

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

This div background color is #aacab1


#aacab1 Border Color

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

This div border color is #aacab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacab1


Comments

No comments written yet.

Please login to write comment.