Color Hex Logo

#abb8bf Color Hex

#ABB8BF
(171,184,191)
0 Favorites   0 Comments

Color spaces of #abb8bf

RGB 171184191
HSL0.560.140.71
HSV201°10°75°
CMYK 0.100.040.00   0.25
XYZ43.339046.700556.0201
Yxy46.70050.29670.3197
Hunter Lab68.3378-6.3885-0.7667
CIE-Lab73.9978-3.0786-5.0912

#abb8bf color RGB value is (171,184,191).

#abb8bf hex color red value is 171, green value is 184 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abb8bf hue: 0.56 , saturation: 0.14 and the lightness value of abb8bf is 0.71.

The process color (four color CMYK) of #abb8bf color hex is 0.10, 0.04, 0.00, 0.25. Web safe color of #abb8bf is #99cccc. Color #abb8bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111000 10111111
Octal 253 270 277
Decimal 171 184 191
Hex AB B8 BF

RGB Percentages of Color #abb8bf

%31.32
%33.70
%34.98

CMYK Percentages of Color #abb8bf

%10
%4
%0
%25

Triadic Colors of #abb8bf

#abb8bf #bfabb8 #b8bfab

Analogous Colors of #abb8bf

#abb8bf #abaebf #abbfbc

Monochromatic Colors of #abb8bf

#abb8bf

Complementary Color

#abb8bf #bfb2ab

#abb8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb8bf Color CSS Codes

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

#abb8bf Text Font Color

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

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


#abb8bf Background Color

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

This div background color is #abb8bf


#abb8bf Border Color

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

This div border color is #abb8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb8bf

#abb8bf Color Palettes


Comments

No comments written yet.

Please login to write comment.