Color Hex Logo

#abbbbf Color Hex

#ABBBBF
(171,187,191)
0 Favorites   0 Comments

Color spaces of #abbbbf

RGB 171187191
HSL0.530.140.71
HSV192°10°75°
CMYK 0.100.020.00   0.25
XYZ43.968947.960256.2300
Yxy47.96020.29680.3237
Hunter Lab69.2533-7.86370.3370
CIE-Lab74.7998-4.6801-3.9083

#abbbbf color RGB value is (171,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111011 10111111
Octal 253 273 277
Decimal 171 187 191
Hex AB BB BF

RGB Percentages of Color #abbbbf

%31.15
%34.06
%34.79

CMYK Percentages of Color #abbbbf

%10
%2
%0
%25

Triadic Colors of #abbbbf

#abbbbf #bfabbb #bbbfab

Analogous Colors of #abbbbf

#abbbbf #abb1bf #abbfb9

Monochromatic Colors of #abbbbf

#abbbbf

Complementary Color

#abbbbf #bfafab

#abbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbbbf Color CSS Codes

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

#abbbbf Text Font Color

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

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


#abbbbf Background Color

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

This div background color is #abbbbf


#abbbbf Border Color

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

This div border color is #abbbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbbbf


Comments

No comments written yet.

Please login to write comment.