Color Hex Logo

#aaabdf Color Hex

#AAABDF
(170,171,223)
0 Favorites   0 Comments

Color spaces of #aaabdf

RGB 170171223
HSL0.660.450.77
HSV239°24°87°
CMYK 0.240.230.00   0.13
XYZ44.459842.999675.7685
Yxy42.99960.27240.2634
Hunter Lab65.57416.2699-22.6056
CIE-Lab71.554710.7413-26.2746

#aaabdf color RGB value is (170,171,223).

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

The process color (four color CMYK) of #aaabdf color hex is 0.24, 0.23, 0.00, 0.13. Web safe color of #aaabdf is #9999cc. Color #aaabdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 11011111
Octal 252 253 337
Decimal 170 171 223
Hex AA AB DF

RGB Percentages of Color #aaabdf

%30.14
%30.32
%39.54

CMYK Percentages of Color #aaabdf

%24
%23
%0
%13

Triadic Colors of #aaabdf

#aaabdf #dfaaab #abdfaa

Analogous Colors of #aaabdf

#aaabdf #c4aadf #aac6df

Monochromatic Colors of #aaabdf

#aaabdf

Complementary Color

#aaabdf #dfdeaa

#aaabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabdf Color CSS Codes

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

#aaabdf Text Font Color

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

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


#aaabdf Background Color

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

This div background color is #aaabdf


#aaabdf Border Color

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

This div border color is #aaabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabdf


Comments

No comments written yet.

Please login to write comment.