Color Hex Logo

#ababfc Color Hex

#ABABFC
(171,171,252)
0 Favorites   0 Comments

Color spaces of #ababfc

RGB 171171252
HSL0.670.930.83
HSV240°32°99°
CMYK 0.320.320.00   0.01
XYZ48.928244.812098.1663
Yxy44.81200.25500.2335
Hunter Lab66.941813.3188-40.0862
CIE-Lab72.767918.1020-40.1624

#ababfc color RGB value is (171,171,252).

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

The process color (four color CMYK) of #ababfc color hex is 0.32, 0.32, 0.00, 0.01. Web safe color of #ababfc is #9999ff. Color #ababfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11111100
Octal 253 253 374
Decimal 171 171 252
Hex AB AB FC

RGB Percentages of Color #ababfc

%28.79
%28.79
%42.42

CMYK Percentages of Color #ababfc

%32
%32
%0
%1

Triadic Colors of #ababfc

#ababfc #fcabab #abfcab

Analogous Colors of #ababfc

#ababfc #d4abfc #abd4fc

Monochromatic Colors of #ababfc

#ababfc

Complementary Color

#ababfc #fcfcab

#ababfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababfc Color CSS Codes

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

#ababfc Text Font Color

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

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


#ababfc Background Color

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

This div background color is #ababfc


#ababfc Border Color

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

This div border color is #ababfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababfc


Comments

No comments written yet.

Please login to write comment.