Color Hex Logo

#abb7bb Color Hex

#ABB7BB
(171,183,187)
0 Favorites   0 Comments

Color spaces of #abb7bb

RGB 171183187
HSL0.540.110.70
HSV195°73°
CMYK 0.090.020.00   0.27
XYZ42.697746.112853.6640
Yxy46.11280.29970.3237
Hunter Lab67.9064-6.60030.6797
CIE-Lab73.6187-3.3521-3.4659

#abb7bb color RGB value is (171,183,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 10111011
Octal 253 267 273
Decimal 171 183 187
Hex AB B7 BB

RGB Percentages of Color #abb7bb

%31.61
%33.83
%34.57

CMYK Percentages of Color #abb7bb

%9
%2
%0
%27

Triadic Colors of #abb7bb

#abb7bb #bbabb7 #b7bbab

Analogous Colors of #abb7bb

#abb7bb #abafbb #abbbb7

Monochromatic Colors of #abb7bb

#abb7bb

Complementary Color

#abb7bb #bbafab

#abb7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb7bb Color CSS Codes

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

#abb7bb Text Font Color

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

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


#abb7bb Background Color

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

This div background color is #abb7bb


#abb7bb Border Color

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

This div border color is #abb7bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb7bb


Comments

No comments written yet.

Please login to write comment.