Color Hex Logo

#abaaff Color Hex

#ABAAFF
(171,170,255)
0 Favorites   0 Comments

Color spaces of #abaaff

RGB 171170255
HSL0.671.000.83
HSV241°33°100°
CMYK 0.330.330.00   0.00
XYZ49.219344.6274100.6275
Yxy44.62740.25310.2295
Hunter Lab66.803714.6077-42.5468
CIE-Lab72.645919.4212-41.9742

#abaaff color RGB value is (171,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11111111
Octal 253 252 377
Decimal 171 170 255
Hex AB AA FF

RGB Percentages of Color #abaaff

%28.69
%28.52
%42.79

CMYK Percentages of Color #abaaff

%33
%33
%0
%0

Triadic Colors of #abaaff

#abaaff #ffabaa #aaffab

Analogous Colors of #abaaff

#abaaff #d6aaff #aad4ff

Monochromatic Colors of #abaaff

#abaaff

Complementary Color

#abaaff #feffaa

#abaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaaff Color CSS Codes

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

#abaaff Text Font Color

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

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


#abaaff Background Color

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

This div background color is #abaaff


#abaaff Border Color

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

This div border color is #abaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaaff


Comments

No comments written yet.

Please login to write comment.