Color Hex Logo

#ababff Color Hex

#ABABFF
(171,171,255)
0 Favorites   0 Comments

Color spaces of #ababff

RGB 171171255
HSL0.671.000.84
HSV240°33°100°
CMYK 0.330.330.00   0.00
XYZ49.407545.0037100.6903
Yxy45.00370.25320.2307
Hunter Lab67.084814.0656-42.0314
CIE-Lab72.894318.8614-41.5864

#ababff color RGB value is (171,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11111111
Octal 253 253 377
Decimal 171 171 255
Hex AB AB FF

RGB Percentages of Color #ababff

%28.64
%28.64
%42.71

CMYK Percentages of Color #ababff

%33
%33
%0
%0

Triadic Colors of #ababff

#ababff #ffabab #abffab

Analogous Colors of #ababff

#ababff #d5abff #abd5ff

Monochromatic Colors of #ababff

#ababff

Complementary Color

#ababff #ffffab

#ababff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababff Color CSS Codes

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

#ababff Text Font Color

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

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


#ababff Background Color

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

This div background color is #ababff


#ababff Border Color

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

This div border color is #ababff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababff


Comments

No comments written yet.

Please login to write comment.