Color Hex Logo

#a2caab Color Hex

#A2CAAB
(162,202,171)
0 Favorites   0 Comments

Color spaces of #a2caab

RGB 162202171
HSL0.370.270.71
HSV134°20°79°
CMYK 0.200.000.15   0.21
XYZ43.371552.862746.4457
Yxy52.86270.30400.3705
Hunter Lab72.7067-20.756813.0197
CIE-Lab77.7939-19.344811.1597

#a2caab color RGB value is (162,202,171).

#a2caab hex color red value is 162, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a2caab hue: 0.37 , saturation: 0.27 and the lightness value of a2caab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001010 10101011
Octal 242 312 253
Decimal 162 202 171
Hex A2 CA AB

RGB Percentages of Color #a2caab

%30.28
%37.76
%31.96

CMYK Percentages of Color #a2caab

%20
%0
%15
%21

Triadic Colors of #a2caab

#a2caab #aba2ca #caaba2

Analogous Colors of #a2caab

#a2caab #a2cabf #adcaa2

Monochromatic Colors of #a2caab

#a2caab

Complementary Color

#a2caab #caa2c1

#a2caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2caab Color CSS Codes

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

#a2caab Text Font Color

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

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


#a2caab Background Color

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

This div background color is #a2caab


#a2caab Border Color

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

This div border color is #a2caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2caab


Comments

No comments written yet.

Please login to write comment.