Color Hex Logo

#aabadf Color Hex

#AABADF
(170,186,223)
0 Favorites   0 Comments

Color spaces of #aabadf

RGB 170186223
HSL0.620.450.77
HSV222°24°87°
CMYK 0.240.170.00   0.13
XYZ47.455848.991676.7672
Yxy48.99160.27400.2828
Hunter Lab69.9940-1.4668-16.0316
CIE-Lab75.44612.4975-20.3405

#aabadf color RGB value is (170,186,223).

#aabadf hex color red value is 170, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aabadf hue: 0.62 , saturation: 0.45 and the lightness value of aabadf is 0.77.

The process color (four color CMYK) of #aabadf color hex is 0.24, 0.17, 0.00, 0.13. Web safe color of #aabadf is #99cccc. Color #aabadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11011111
Octal 252 272 337
Decimal 170 186 223
Hex AA BA DF

RGB Percentages of Color #aabadf

%29.36
%32.12
%38.51

CMYK Percentages of Color #aabadf

%24
%17
%0
%13

Triadic Colors of #aabadf

#aabadf #dfaaba #badfaa

Analogous Colors of #aabadf

#aabadf #b5aadf #aad5df

Monochromatic Colors of #aabadf

#aabadf

Complementary Color

#aabadf #dfcfaa

#aabadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabadf Color CSS Codes

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

#aabadf Text Font Color

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

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


#aabadf Background Color

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

This div background color is #aabadf


#aabadf Border Color

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

This div border color is #aabadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabadf


Comments

No comments written yet.

Please login to write comment.