Color Hex Logo

#a0baad Color Hex

#A0BAAD
(160,186,173)
0 Favorites   0 Comments

Color spaces of #a0baad

RGB 160186173
HSL0.420.160.68
HSV150°14°73°
CMYK 0.140.000.07   0.27
XYZ39.598945.608546.2514
Yxy45.60850.30120.3469
Hunter Lab67.5341-13.52036.6685
CIE-Lab73.2908-11.43633.6060

#a0baad color RGB value is (160,186,173).

#a0baad hex color red value is 160, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a0baad hue: 0.42 , saturation: 0.16 and the lightness value of a0baad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111010 10101101
Octal 240 272 255
Decimal 160 186 173
Hex A0 BA AD

RGB Percentages of Color #a0baad

%30.83
%35.84
%33.33

CMYK Percentages of Color #a0baad

%14
%0
%7
%27

Triadic Colors of #a0baad

#a0baad #ada0ba #baada0

Analogous Colors of #a0baad

#a0baad #a0baba #a0baa0

Monochromatic Colors of #a0baad

#a0baad

Complementary Color

#a0baad #baa0ad

#a0baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0baad Color CSS Codes

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

#a0baad Text Font Color

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

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


#a0baad Background Color

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

This div background color is #a0baad


#a0baad Border Color

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

This div border color is #a0baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0baad


Comments

No comments written yet.

Please login to write comment.