Color Hex Logo

#abaafd Color Hex

#ABAAFD
(171,170,253)
0 Favorites   0 Comments

Color spaces of #abaafd

RGB 171170253
HSL0.670.950.83
HSV241°33°99°
CMYK 0.320.330.00   0.01
XYZ48.898944.499298.9405
Yxy44.49920.25420.2314
Hunter Lab66.707714.1077-41.2432
CIE-Lab72.560918.9143-41.0259

#abaafd color RGB value is (171,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11111101
Octal 253 252 375
Decimal 171 170 253
Hex AB AA FD

RGB Percentages of Color #abaafd

%28.79
%28.62
%42.59

CMYK Percentages of Color #abaafd

%32
%33
%0
%1

Triadic Colors of #abaafd

#abaafd #fdabaa #aafdab

Analogous Colors of #abaafd

#abaafd #d5aafd #aad3fd

Monochromatic Colors of #abaafd

#abaafd

Complementary Color

#abaafd #fcfdaa

#abaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaafd Color CSS Codes

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

#abaafd Text Font Color

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

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


#abaafd Background Color

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

This div background color is #abaafd


#abaafd Border Color

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

This div border color is #abaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaafd


Comments

No comments written yet.

Please login to write comment.