Color Hex Logo

#aaabd1 Color Hex

#AAABD1
(170,171,209)
0 Favorites   0 Comments

Color spaces of #aaabd1

RGB 170171209
HSL0.660.300.74
HSV238°19°82°
CMYK 0.190.180.00   0.18
XYZ42.649142.275366.2337
Yxy42.27530.28210.2797
Hunter Lab65.01953.3019-14.8836
CIE-Lab71.06037.5299-19.3570

#aaabd1 color RGB value is (170,171,209).

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

The process color (four color CMYK) of #aaabd1 color hex is 0.19, 0.18, 0.00, 0.18. Web safe color of #aaabd1 is #9999cc. Color #aaabd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 11010001
Octal 252 253 321
Decimal 170 171 209
Hex AA AB D1

RGB Percentages of Color #aaabd1

%30.91
%31.09
%38.00

CMYK Percentages of Color #aaabd1

%19
%18
%0
%18

Triadic Colors of #aaabd1

#aaabd1 #d1aaab #abd1aa

Analogous Colors of #aaabd1

#aaabd1 #bdaad1 #aabfd1

Monochromatic Colors of #aaabd1

#aaabd1

Complementary Color

#aaabd1 #d1d0aa

#aaabd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabd1 Color CSS Codes

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

#aaabd1 Text Font Color

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

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


#aaabd1 Background Color

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

This div background color is #aaabd1


#aaabd1 Border Color

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

This div border color is #aaabd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabd1


Comments

No comments written yet.

Please login to write comment.