Color Hex Logo

#abaffc Color Hex

#ABAFFC
(171,175,252)
0 Favorites   0 Comments

Color spaces of #abaffc

RGB 171175252
HSL0.660.930.83
HSV237°32°99°
CMYK 0.320.310.00   0.01
XYZ49.695246.346198.4219
Yxy46.34610.25560.2383
Hunter Lab68.078011.1640-38.0623
CIE-Lab73.769615.8677-38.6030

#abaffc color RGB value is (171,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11111100
Octal 253 257 374
Decimal 171 175 252
Hex AB AF FC

RGB Percentages of Color #abaffc

%28.60
%29.26
%42.14

CMYK Percentages of Color #abaffc

%32
%31
%0
%1

Triadic Colors of #abaffc

#abaffc #fcabaf #affcab

Analogous Colors of #abaffc

#abaffc #d0abfc #abd8fc

Monochromatic Colors of #abaffc

#abaffc

Complementary Color

#abaffc #fcf8ab

#abaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaffc Color CSS Codes

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

#abaffc Text Font Color

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

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


#abaffc Background Color

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

This div background color is #abaffc


#abaffc Border Color

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

This div border color is #abaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaffc


Comments

No comments written yet.

Please login to write comment.