Color Hex Logo

#abbfca Color Hex

#ABBFCA
(171,191,202)
0 Favorites   0 Comments

Color spaces of #abbfca

RGB 171191202
HSL0.560.230.73
HSV201°15°79°
CMYK 0.150.050.00   0.21
XYZ46.086150.183863.1346
Yxy50.18380.28910.3148
Hunter Lab70.8405-7.8457-3.2522
CIE-Lab76.1819-4.5278-7.8412

#abbfca color RGB value is (171,191,202).

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

The process color (four color CMYK) of #abbfca color hex is 0.15, 0.05, 0.00, 0.21. Web safe color of #abbfca is #99cccc. Color #abbfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11001010
Octal 253 277 312
Decimal 171 191 202
Hex AB BF CA

RGB Percentages of Color #abbfca

%30.32
%33.87
%35.82

CMYK Percentages of Color #abbfca

%15
%5
%0
%21

Triadic Colors of #abbfca

#abbfca #caabbf #bfcaab

Analogous Colors of #abbfca

#abbfca #abb0ca #abcac6

Monochromatic Colors of #abbfca

#abbfca

Complementary Color

#abbfca #cab6ab

#abbfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfca Color CSS Codes

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

#abbfca Text Font Color

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

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


#abbfca Background Color

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

This div background color is #abbfca


#abbfca Border Color

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

This div border color is #abbfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfca


Comments

No comments written yet.

Please login to write comment.