Color Hex Logo

#a0bbbe Color Hex

#A0BBBE
(160,187,190)
0 Favorites   0 Comments

Color spaces of #a0bbbe

RGB 160187190
HSL0.520.190.69
HSV186°16°75°
CMYK 0.160.020.00   0.25
XYZ41.561846.731955.5448
Yxy46.73190.28890.3249
Hunter Lab68.3607-11.1073-0.3221
CIE-Lab74.0180-8.4995-4.6019

#a0bbbe color RGB value is (160,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111011 10111110
Octal 240 273 276
Decimal 160 187 190
Hex A0 BB BE

RGB Percentages of Color #a0bbbe

%29.80
%34.82
%35.38

CMYK Percentages of Color #a0bbbe

%16
%2
%0
%25

Triadic Colors of #a0bbbe

#a0bbbe #bea0bb #bbbea0

Analogous Colors of #a0bbbe

#a0bbbe #a0acbe #a0beb2

Monochromatic Colors of #a0bbbe

#a0bbbe

Complementary Color

#a0bbbe #bea3a0

#a0bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bbbe Color CSS Codes

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

#a0bbbe Text Font Color

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

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


#a0bbbe Background Color

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

This div background color is #a0bbbe


#a0bbbe Border Color

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

This div border color is #a0bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bbbe


Comments

No comments written yet.

Please login to write comment.