Color Hex Logo

#a8baab Color Hex

#A8BAAB
(168,186,171)
0 Favorites   0 Comments

Color spaces of #a8baab

RGB 168186171
HSL0.360.120.69
HSV130°10°73°
CMYK 0.100.000.08   0.27
XYZ41.058046.382945.3169
Yxy46.38290.30930.3494
Hunter Lab68.1050-11.57268.2221
CIE-Lab73.7933-9.07095.4919

#a8baab color RGB value is (168,186,171).

#a8baab hex color red value is 168, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a8baab hue: 0.36 , saturation: 0.12 and the lightness value of a8baab is 0.69.

The process color (four color CMYK) of #a8baab color hex is 0.10, 0.00, 0.08, 0.27. Web safe color of #a8baab is #99cc99. Color #a8baab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111010 10101011
Octal 250 272 253
Decimal 168 186 171
Hex A8 BA AB

RGB Percentages of Color #a8baab

%32.00
%35.43
%32.57

CMYK Percentages of Color #a8baab

%10
%0
%8
%27

Triadic Colors of #a8baab

#a8baab #aba8ba #baaba8

Analogous Colors of #a8baab

#a8baab #a8bab4 #aebaa8

Monochromatic Colors of #a8baab

#a8baab

Complementary Color

#a8baab #baa8b7

#a8baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8baab Color CSS Codes

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

#a8baab Text Font Color

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

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


#a8baab Background Color

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

This div background color is #a8baab


#a8baab Border Color

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

This div border color is #a8baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8baab


Comments

No comments written yet.

Please login to write comment.