Color Hex Logo

#abbfcb Color Hex

#ABBFCB
(171,191,203)
0 Favorites   0 Comments

Color spaces of #abbfcb

RGB 171191203
HSL0.560.240.73
HSV203°16°80°
CMYK 0.160.060.00   0.20
XYZ46.204950.231363.7603
Yxy50.23130.28840.3136
Hunter Lab70.8740-7.6601-3.7271
CIE-Lab76.2110-4.3159-8.3402

#abbfcb color RGB value is (171,191,203).

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

The process color (four color CMYK) of #abbfcb color hex is 0.16, 0.06, 0.00, 0.20. Web safe color of #abbfcb is #99cccc. Color #abbfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11001011
Octal 253 277 313
Decimal 171 191 203
Hex AB BF CB

RGB Percentages of Color #abbfcb

%30.27
%33.81
%35.93

CMYK Percentages of Color #abbfcb

%16
%6
%0
%20

Triadic Colors of #abbfcb

#abbfcb #cbabbf #bfcbab

Analogous Colors of #abbfcb

#abbfcb #abafcb #abcbc7

Monochromatic Colors of #abbfcb

#abbfcb

Complementary Color

#abbfcb #cbb7ab

#abbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfcb Color CSS Codes

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

#abbfcb Text Font Color

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

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


#abbfcb Background Color

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

This div background color is #abbfcb


#abbfcb Border Color

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

This div border color is #abbfcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,191,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #abbfcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfcb


Comments

No comments written yet.

Please login to write comment.