Color Hex Logo

#abacff Color Hex

#ABACFF
(171,172,255)
0 Favorites   0 Comments

Color spaces of #abacff

RGB 171172255
HSL0.661.000.84
HSV239°33°100°
CMYK 0.330.330.00   0.00
XYZ49.597145.3830100.7535
Yxy45.38300.25340.2319
Hunter Lab67.366913.5238-41.5169
CIE-Lab73.143418.3016-41.1977

#abacff color RGB value is (171,172,255).

#abacff hex color red value is 171, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #abacff hue: 0.66 , saturation: 1.00 and the lightness value of abacff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 11111111
Octal 253 254 377
Decimal 171 172 255
Hex AB AC FF

RGB Percentages of Color #abacff

%28.60
%28.76
%42.64

CMYK Percentages of Color #abacff

%33
%33
%0
%0

Triadic Colors of #abacff

#abacff #ffabac #acffab

Analogous Colors of #abacff

#abacff #d4abff #abd6ff

Monochromatic Colors of #abacff

#abacff

Complementary Color

#abacff #fffeab

#abacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacff Color CSS Codes

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

#abacff Text Font Color

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

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


#abacff Background Color

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

This div background color is #abacff


#abacff Border Color

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

This div border color is #abacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacff


Comments

No comments written yet.

Please login to write comment.