Color Hex Logo

#a8baad Color Hex

#A8BAAD
(168,186,173)
0 Favorites   0 Comments

Color spaces of #a8baad

RGB 168186173
HSL0.380.120.69
HSV137°10°73°
CMYK 0.100.000.07   0.27
XYZ41.250246.459846.3287
Yxy46.45980.30770.3466
Hunter Lab68.1614-11.25727.4141
CIE-Lab73.8429-8.69584.4742

#a8baad color RGB value is (168,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111010 10101101
Octal 250 272 255
Decimal 168 186 173
Hex A8 BA AD

RGB Percentages of Color #a8baad

%31.88
%35.29
%32.83

CMYK Percentages of Color #a8baad

%10
%0
%7
%27

Triadic Colors of #a8baad

#a8baad #ada8ba #baada8

Analogous Colors of #a8baad

#a8baad #a8bab6 #acbaa8

Monochromatic Colors of #a8baad

#a8baad

Complementary Color

#a8baad #baa8b5

#a8baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8baad Color CSS Codes

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

#a8baad Text Font Color

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

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


#a8baad Background Color

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

This div background color is #a8baad


#a8baad Border Color

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

This div border color is #a8baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8baad


Comments

No comments written yet.

Please login to write comment.