Color Hex Logo

#a0afbd Color Hex

#A0AFBD
(160,175,189)
0 Favorites   0 Comments

Color spaces of #a0afbd

RGB 160175189
HSL0.580.180.68
HSV209°15°74°
CMYK 0.150.070.00   0.26
XYZ39.012541.807754.1576
Yxy41.80770.28900.3097
Hunter Lab64.6589-5.4535-4.3995
CIE-Lab70.7381-2.2860-8.9152

#a0afbd color RGB value is (160,175,189).

#a0afbd hex color red value is 160, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a0afbd hue: 0.58 , saturation: 0.18 and the lightness value of a0afbd is 0.68.

The process color (four color CMYK) of #a0afbd color hex is 0.15, 0.07, 0.00, 0.26. Web safe color of #a0afbd is #9999cc. Color #a0afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101111 10111101
Octal 240 257 275
Decimal 160 175 189
Hex A0 AF BD

RGB Percentages of Color #a0afbd

%30.53
%33.40
%36.07

CMYK Percentages of Color #a0afbd

%15
%7
%0
%26

Triadic Colors of #a0afbd

#a0afbd #bda0af #afbda0

Analogous Colors of #a0afbd

#a0afbd #a0a1bd #a0bdbd

Monochromatic Colors of #a0afbd

#a0afbd

Complementary Color

#a0afbd #bdaea0

#a0afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0afbd Color CSS Codes

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

#a0afbd Text Font Color

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

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


#a0afbd Background Color

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

This div background color is #a0afbd


#a0afbd Border Color

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

This div border color is #a0afbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,175,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0afbd


Comments

No comments written yet.

Please login to write comment.