Color Hex Logo

#a0bbaf Color Hex

#A0BBAF
(160,187,175)
0 Favorites   0 Comments

Color spaces of #a0bbaf

RGB 160187175
HSL0.430.170.68
HSV153°14°73°
CMYK 0.140.000.06   0.27
XYZ40.005446.109447.3489
Yxy46.10940.29970.3455
Hunter Lab67.9039-13.66906.1902
CIE-Lab73.6165-11.56662.9877

#a0bbaf color RGB value is (160,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111011 10101111
Octal 240 273 257
Decimal 160 187 175
Hex A0 BB AF

RGB Percentages of Color #a0bbaf

%30.65
%35.82
%33.52

CMYK Percentages of Color #a0bbaf

%14
%0
%6
%27

Triadic Colors of #a0bbaf

#a0bbaf #afa0bb #bbafa0

Analogous Colors of #a0bbaf

#a0bbaf #a0babb #a0bba2

Monochromatic Colors of #a0bbaf

#a0bbaf

Complementary Color

#a0bbaf #bba0ac

#a0bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bbaf Color CSS Codes

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

#a0bbaf Text Font Color

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

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


#a0bbaf Background Color

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

This div background color is #a0bbaf


#a0bbaf Border Color

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

This div border color is #a0bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bbaf


Comments

No comments written yet.

Please login to write comment.