Color Hex Logo

#a0b6ad Color Hex

#A0B6AD
(160,182,173)
1 Favorites   0 Comments

Color spaces of #a0b6ad

RGB 160182173
HSL0.430.130.67
HSV155°12°71°
CMYK 0.120.000.05   0.29
XYZ38.768043.946645.9744
Yxy43.94660.30130.3415
Hunter Lab66.2922-11.62385.2863
CIE-Lab72.1928-9.33402.0137

#a0b6ad color RGB value is (160,182,173).

#a0b6ad hex color red value is 160, green value is 182 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a0b6ad hue: 0.43 , saturation: 0.13 and the lightness value of a0b6ad is 0.67.

The process color (four color CMYK) of #a0b6ad color hex is 0.12, 0.00, 0.05, 0.29. Web safe color of #a0b6ad is #99cc99. Color #a0b6ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110110 10101101
Octal 240 266 255
Decimal 160 182 173
Hex A0 B6 AD

RGB Percentages of Color #a0b6ad

%31.07
%35.34
%33.59

CMYK Percentages of Color #a0b6ad

%12
%0
%5
%29

Triadic Colors of #a0b6ad

#a0b6ad #ada0b6 #b6ada0

Analogous Colors of #a0b6ad

#a0b6ad #a0b4b6 #a0b6a2

Monochromatic Colors of #a0b6ad

#a0b6ad

Complementary Color

#a0b6ad #b6a0a9

#a0b6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b6ad Color CSS Codes

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

#a0b6ad Text Font Color

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

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


#a0b6ad Background Color

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

This div background color is #a0b6ad


#a0b6ad Border Color

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

This div border color is #a0b6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b6ad


Comments

No comments written yet.

Please login to write comment.