Color Hex Logo

#abb0bb Color Hex

#ABB0BB
(171,176,187)
0 Favorites   0 Comments

Color spaces of #abb0bb

RGB 171176187
HSL0.610.110.70
HSV221°73°
CMYK 0.090.060.00   0.27
XYZ41.289643.296553.1946
Yxy43.29650.29970.3142
Hunter Lab65.8001-3.1412-1.8716
CIE-Lab71.75580.4210-6.2158

#abb0bb color RGB value is (171,176,187).

#abb0bb hex color red value is 171, green value is 176 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #abb0bb hue: 0.61 , saturation: 0.11 and the lightness value of abb0bb is 0.70.

The process color (four color CMYK) of #abb0bb color hex is 0.09, 0.06, 0.00, 0.27. Web safe color of #abb0bb is #9999cc. Color #abb0bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 10111011
Octal 253 260 273
Decimal 171 176 187
Hex AB B0 BB

RGB Percentages of Color #abb0bb

%32.02
%32.96
%35.02

CMYK Percentages of Color #abb0bb

%9
%6
%0
%27

Triadic Colors of #abb0bb

#abb0bb #bbabb0 #b0bbab

Analogous Colors of #abb0bb

#abb0bb #aeabbb #abb8bb

Monochromatic Colors of #abb0bb

#abb0bb

Complementary Color

#abb0bb #bbb6ab

#abb0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb0bb Color CSS Codes

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

#abb0bb Text Font Color

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

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


#abb0bb Background Color

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

This div background color is #abb0bb


#abb0bb Border Color

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

This div border color is #abb0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb0bb


Comments

No comments written yet.

Please login to write comment.