Color Hex Logo

#abadfc Color Hex

#ABADFC
(171,173,252)
0 Favorites   0 Comments

Color spaces of #abadfc

RGB 171173252
HSL0.660.930.83
HSV239°32°99°
CMYK 0.320.310.00   0.01
XYZ49.308845.573398.2931
Yxy45.57330.25530.2359
Hunter Lab67.508012.2399-39.0719
CIE-Lab73.267816.9838-39.3837

#abadfc color RGB value is (171,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11111100
Octal 253 255 374
Decimal 171 173 252
Hex AB AD FC

RGB Percentages of Color #abadfc

%28.69
%29.03
%42.28

CMYK Percentages of Color #abadfc

%32
%31
%0
%1

Triadic Colors of #abadfc

#abadfc #fcabad #adfcab

Analogous Colors of #abadfc

#abadfc #d2abfc #abd6fc

Monochromatic Colors of #abadfc

#abadfc

Complementary Color

#abadfc #fcfaab

#abadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadfc Color CSS Codes

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

#abadfc Text Font Color

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

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


#abadfc Background Color

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

This div background color is #abadfc


#abadfc Border Color

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

This div border color is #abadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadfc


Comments

No comments written yet.

Please login to write comment.