Color Hex Logo

#abbffc Color Hex

#ABBFFC
(171,191,252)
0 Favorites   0 Comments

Color spaces of #abbffc

RGB 171191252
HSL0.630.930.83
HSV225°32°99°
CMYK 0.320.240.00   0.01
XYZ52.996152.947899.5222
Yxy52.94780.25790.2577
Hunter Lab72.76522.6653-30.1562
CIE-Lab77.84427.0327-32.2957

#abbffc color RGB value is (171,191,252).

#abbffc hex color red value is 171, green value is 191 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #abbffc hue: 0.63 , saturation: 0.93 and the lightness value of abbffc is 0.83.

The process color (four color CMYK) of #abbffc color hex is 0.32, 0.24, 0.00, 0.01. Web safe color of #abbffc is #99ccff. Color #abbffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11111100
Octal 253 277 374
Decimal 171 191 252
Hex AB BF FC

RGB Percentages of Color #abbffc

%27.85
%31.11
%41.04

CMYK Percentages of Color #abbffc

%32
%24
%0
%1

Triadic Colors of #abbffc

#abbffc #fcabbf #bffcab

Analogous Colors of #abbffc

#abbffc #c0abfc #abe8fc

Monochromatic Colors of #abbffc

#abbffc

Complementary Color

#abbffc #fce8ab

#abbffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbffc Color CSS Codes

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

#abbffc Text Font Color

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

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


#abbffc Background Color

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

This div background color is #abbffc


#abbffc Border Color

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

This div border color is #abbffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbffc

Related Colors


Comments

No comments written yet.

Please login to write comment.