Color Hex Logo

#a0bdab Color Hex

#A0BDAB
(160,189,171)
0 Favorites   0 Comments

Color spaces of #a0bdab

RGB 160189171
HSL0.400.180.68
HSV143°15°74°
CMYK 0.150.000.10   0.26
XYZ40.045546.809045.4525
Yxy46.80900.30270.3538
Hunter Lab68.4171-15.25148.5030
CIE-Lab74.0674-13.38535.8157

#a0bdab color RGB value is (160,189,171).

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

The process color (four color CMYK) of #a0bdab color hex is 0.15, 0.00, 0.10, 0.26. Web safe color of #a0bdab is #99cc99. Color #a0bdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111101 10101011
Octal 240 275 253
Decimal 160 189 171
Hex A0 BD AB

RGB Percentages of Color #a0bdab

%30.77
%36.35
%32.88

CMYK Percentages of Color #a0bdab

%15
%0
%10
%26

Triadic Colors of #a0bdab

#a0bdab #aba0bd #bdaba0

Analogous Colors of #a0bdab

#a0bdab #a0bdba #a4bda0

Monochromatic Colors of #a0bdab

#a0bdab

Complementary Color

#a0bdab #bda0b2

#a0bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bdab Color CSS Codes

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

#a0bdab Text Font Color

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

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


#a0bdab Background Color

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

This div background color is #a0bdab


#a0bdab Border Color

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

This div border color is #a0bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bdab


Comments

No comments written yet.

Please login to write comment.