Color Hex Logo

#a8bbaa Color Hex

#A8BBAA
(168,187,170)
0 Favorites   0 Comments

Color spaces of #a8bbaa

RGB 168187170
HSL0.350.120.70
HSV126°10°73°
CMYK 0.100.000.09   0.27
XYZ41.174546.767844.8872
Yxy46.76780.31000.3521
Hunter Lab68.3870-12.20588.9547
CIE-Lab74.0410-9.78146.3924

#a8bbaa color RGB value is (168,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111011 10101010
Octal 250 273 252
Decimal 168 187 170
Hex A8 BB AA

RGB Percentages of Color #a8bbaa

%32.00
%35.62
%32.38

CMYK Percentages of Color #a8bbaa

%10
%0
%9
%27

Triadic Colors of #a8bbaa

#a8bbaa #aaa8bb #bbaaa8

Analogous Colors of #a8bbaa

#a8bbaa #a8bbb4 #b0bba8

Monochromatic Colors of #a8bbaa

#a8bbaa

Complementary Color

#a8bbaa #bba8b9

#a8bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bbaa Color CSS Codes

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

#a8bbaa Text Font Color

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

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


#a8bbaa Background Color

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

This div background color is #a8bbaa


#a8bbaa Border Color

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

This div border color is #a8bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bbaa


Comments

No comments written yet.

Please login to write comment.