Color Hex Logo

#abbfcd Color Hex

#ABBFCD
(171,191,205)
0 Favorites   0 Comments

Color spaces of #abbfcd

RGB 171191205
HSL0.570.250.74
HSV205°17°80°
CMYK 0.170.070.00   0.20
XYZ46.444850.327365.0238
Yxy50.32730.28710.3111
Hunter Lab70.9417-7.2860-4.6848
CIE-Lab76.2697-3.8897-9.3370

#abbfcd color RGB value is (171,191,205).

#abbfcd hex color red value is 171, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #abbfcd hue: 0.57 , saturation: 0.25 and the lightness value of abbfcd is 0.74.

The process color (four color CMYK) of #abbfcd color hex is 0.17, 0.07, 0.00, 0.20. Web safe color of #abbfcd is #99cccc. Color #abbfcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11001101
Octal 253 277 315
Decimal 171 191 205
Hex AB BF CD

RGB Percentages of Color #abbfcd

%30.16
%33.69
%36.16

CMYK Percentages of Color #abbfcd

%17
%7
%0
%20

Triadic Colors of #abbfcd

#abbfcd #cdabbf #bfcdab

Analogous Colors of #abbfcd

#abbfcd #abaecd #abcdca

Monochromatic Colors of #abbfcd

#abbfcd

Complementary Color

#abbfcd #cdb9ab

#abbfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfcd Color CSS Codes

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

#abbfcd Text Font Color

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

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


#abbfcd Background Color

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

This div background color is #abbfcd


#abbfcd Border Color

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

This div border color is #abbfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfcd


Comments

No comments written yet.

Please login to write comment.