Color Hex Logo

#abbbfc Color Hex

#ABBBFC
(171,187,252)
0 Favorites   0 Comments

Color spaces of #abbbfc

RGB 171187252
HSL0.630.930.83
HSV228°32°99°
CMYK 0.320.260.00   0.01
XYZ52.135651.226899.2354
Yxy51.22680.25730.2528
Hunter Lab71.57294.7716-32.1042
CIE-Lab76.81629.2242-33.8815

#abbbfc color RGB value is (171,187,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111011 11111100
Octal 253 273 374
Decimal 171 187 252
Hex AB BB FC

RGB Percentages of Color #abbbfc

%28.03
%30.66
%41.31

CMYK Percentages of Color #abbbfc

%32
%26
%0
%1

Triadic Colors of #abbbfc

#abbbfc #fcabbb #bbfcab

Analogous Colors of #abbbfc

#abbbfc #c4abfc #abe4fc

Monochromatic Colors of #abbbfc

#abbbfc

Complementary Color

#abbbfc #fcecab

#abbbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbbfc Color CSS Codes

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

#abbbfc Text Font Color

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

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


#abbbfc Background Color

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

This div background color is #abbbfc


#abbbfc Border Color

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

This div border color is #abbbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbbfc


Comments

No comments written yet.

Please login to write comment.