Color Hex Logo

#a0adbc Color Hex

#A0ADBC
(160,173,188)
0 Favorites   0 Comments

Color spaces of #a0adbc

RGB 160173188
HSL0.590.170.68
HSV212°15°74°
CMYK 0.150.080.00   0.26
XYZ38.517940.991653.4590
Yxy40.99160.28970.3083
Hunter Lab64.0247-4.6558-4.6884
CIE-Lab70.1700-1.4143-9.2104

#a0adbc color RGB value is (160,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 10111100
Octal 240 255 274
Decimal 160 173 188
Hex A0 AD BC

RGB Percentages of Color #a0adbc

%30.71
%33.21
%36.08

CMYK Percentages of Color #a0adbc

%15
%8
%0
%26

Triadic Colors of #a0adbc

#a0adbc #bca0ad #adbca0

Analogous Colors of #a0adbc

#a0adbc #a1a0bc #a0bbbc

Monochromatic Colors of #a0adbc

#a0adbc

Complementary Color

#a0adbc #bcafa0

#a0adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0adbc Color CSS Codes

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

#a0adbc Text Font Color

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

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


#a0adbc Background Color

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

This div background color is #a0adbc


#a0adbc Border Color

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

This div border color is #a0adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0adbc


Comments

No comments written yet.

Please login to write comment.