Color Hex Logo

#abbcbf Color Hex

#ABBCBF
(171,188,191)
0 Favorites   0 Comments

Color spaces of #abbcbf

RGB 171188191
HSL0.530.140.71
HSV189°10°75°
CMYK 0.100.020.00   0.25
XYZ44.181848.386056.3010
Yxy48.38600.29680.3250
Hunter Lab69.5600-8.35390.7035
CIE-Lab75.0677-5.2118-3.5139

#abbcbf color RGB value is (171,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 10111111
Octal 253 274 277
Decimal 171 188 191
Hex AB BC BF

RGB Percentages of Color #abbcbf

%31.09
%34.18
%34.73

CMYK Percentages of Color #abbcbf

%10
%2
%0
%25

Triadic Colors of #abbcbf

#abbcbf #bfabbc #bcbfab

Analogous Colors of #abbcbf

#abbcbf #abb2bf #abbfb8

Monochromatic Colors of #abbcbf

#abbcbf

Complementary Color

#abbcbf #bfaeab

#abbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbcbf Color CSS Codes

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

#abbcbf Text Font Color

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

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


#abbcbf Background Color

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

This div background color is #abbcbf


#abbcbf Border Color

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

This div border color is #abbcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbcbf

#abbcbf Color Palettes


Comments

No comments written yet.

Please login to write comment.