Color Hex Logo

#a9bcab Color Hex

#A9BCAB
(169,188,171)
0 Favorites   0 Comments

Color spaces of #a9bcab

RGB 169188171
HSL0.350.120.70
HSV126°10°74°
CMYK 0.100.000.09   0.26
XYZ41.696147.341745.4683
Yxy47.34170.31000.3520
Hunter Lab68.8053-12.23818.9834
CIE-Lab74.4078-9.77166.3853

#a9bcab color RGB value is (169,188,171).

#a9bcab hex color red value is 169, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a9bcab hue: 0.35 , saturation: 0.12 and the lightness value of a9bcab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111100 10101011
Octal 251 274 253
Decimal 169 188 171
Hex A9 BC AB

RGB Percentages of Color #a9bcab

%32.01
%35.61
%32.39

CMYK Percentages of Color #a9bcab

%10
%0
%9
%26

Triadic Colors of #a9bcab

#a9bcab #aba9bc #bcaba9

Analogous Colors of #a9bcab

#a9bcab #a9bcb5 #b1bca9

Monochromatic Colors of #a9bcab

#a9bcab

Complementary Color

#a9bcab #bca9ba

#a9bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bcab Color CSS Codes

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

#a9bcab Text Font Color

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

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


#a9bcab Background Color

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

This div background color is #a9bcab


#a9bcab Border Color

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

This div border color is #a9bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bcab


Comments

No comments written yet.

Please login to write comment.