Color Hex Logo

#abadff Color Hex

#ABADFF
(171,173,255)
0 Favorites   0 Comments

Color spaces of #abadff

RGB 171173255
HSL0.661.000.84
HSV239°33°100°
CMYK 0.330.320.00   0.00
XYZ49.788245.7651100.8172
Yxy45.76510.25350.2331
Hunter Lab67.649912.9830-41.0037
CIE-Lab73.392917.7426-40.8087

#abadff color RGB value is (171,173,255).

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

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

Base Numbers

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

RGB Percentages of Color #abadff

%28.55
%28.88
%42.57

CMYK Percentages of Color #abadff

%33
%32
%0
%0

Triadic Colors of #abadff

#abadff #ffabad #adffab

Analogous Colors of #abadff

#abadff #d3abff #abd7ff

Monochromatic Colors of #abadff

#abadff

Complementary Color

#abadff #fffdab

#abadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadff Color CSS Codes

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

#abadff Text Font Color

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

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


#abadff Background Color

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

This div background color is #abadff


#abadff Border Color

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

This div border color is #abadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadff

#abadff Color Palettes


Comments

No comments written yet.

Please login to write comment.