Color Hex Logo

#a0bbbf Color Hex

#A0BBBF
(160,187,191)
0 Favorites   0 Comments

Color spaces of #a0bbbf

RGB 160187191
HSL0.520.190.69
HSV188°16°75°
CMYK 0.160.020.00   0.25
XYZ41.671546.775856.1225
Yxy46.77580.28820.3236
Hunter Lab68.3928-10.9281-0.7778
CIE-Lab74.0461-8.2874-5.1054

#a0bbbf color RGB value is (160,187,191).

#a0bbbf hex color red value is 160, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a0bbbf hue: 0.52 , saturation: 0.19 and the lightness value of a0bbbf is 0.69.

The process color (four color CMYK) of #a0bbbf color hex is 0.16, 0.02, 0.00, 0.25. Web safe color of #a0bbbf is #99cccc. Color #a0bbbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111011 10111111
Octal 240 273 277
Decimal 160 187 191
Hex A0 BB BF

RGB Percentages of Color #a0bbbf

%29.74
%34.76
%35.50

CMYK Percentages of Color #a0bbbf

%16
%2
%0
%25

Triadic Colors of #a0bbbf

#a0bbbf #bfa0bb #bbbfa0

Analogous Colors of #a0bbbf

#a0bbbf #a0acbf #a0bfb4

Monochromatic Colors of #a0bbbf

#a0bbbf

Complementary Color

#a0bbbf #bfa4a0

#a0bbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bbbf Color CSS Codes

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

#a0bbbf Text Font Color

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

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


#a0bbbf Background Color

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

This div background color is #a0bbbf


#a0bbbf Border Color

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

This div border color is #a0bbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bbbf


Comments

No comments written yet.

Please login to write comment.