Color Hex Logo

#abb4bb Color Hex

#ABB4BB
(171,180,187)
0 Favorites   0 Comments

Color spaces of #abb4bb

RGB 171180187
HSL0.570.110.70
HSV206°73°
CMYK 0.090.040.00   0.27
XYZ42.085544.888353.4599
Yxy44.88830.29970.3196
Hunter Lab66.9987-5.1223-0.4098
CIE-Lab72.8183-1.7412-4.6453

#abb4bb color RGB value is (171,180,187).

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

The process color (four color CMYK) of #abb4bb color hex is 0.09, 0.04, 0.00, 0.27. Web safe color of #abb4bb is #99cccc. Color #abb4bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 10111011
Octal 253 264 273
Decimal 171 180 187
Hex AB B4 BB

RGB Percentages of Color #abb4bb

%31.78
%33.46
%34.76

CMYK Percentages of Color #abb4bb

%9
%4
%0
%27

Triadic Colors of #abb4bb

#abb4bb #bbabb4 #b4bbab

Analogous Colors of #abb4bb

#abb4bb #abacbb #abbbba

Monochromatic Colors of #abb4bb

#abb4bb

Complementary Color

#abb4bb #bbb2ab

#abb4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb4bb Color CSS Codes

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

#abb4bb Text Font Color

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

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


#abb4bb Background Color

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

This div background color is #abb4bb


#abb4bb Border Color

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

This div border color is #abb4bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,180,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 #abb4bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb4bb


Comments

No comments written yet.

Please login to write comment.