Color Hex Logo

#aaadd4 Color Hex

#AAADD4
(170,173,212)
0 Favorites   0 Comments

Color spaces of #aaadd4

RGB 170173212
HSL0.650.330.75
HSV236°20°83°
CMYK 0.200.180.00   0.17
XYZ43.404843.186768.3355
Yxy43.18670.28020.2788
Hunter Lab65.71662.8925-15.6512
CIE-Lab71.68157.1001-20.0598

#aaadd4 color RGB value is (170,173,212).

#aaadd4 hex color red value is 170, green value is 173 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #aaadd4 hue: 0.65 , saturation: 0.33 and the lightness value of aaadd4 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11010100
Octal 252 255 324
Decimal 170 173 212
Hex AA AD D4

RGB Percentages of Color #aaadd4

%30.63
%31.17
%38.20

CMYK Percentages of Color #aaadd4

%20
%18
%0
%17

Triadic Colors of #aaadd4

#aaadd4 #d4aaad #add4aa

Analogous Colors of #aaadd4

#aaadd4 #bcaad4 #aac2d4

Monochromatic Colors of #aaadd4

#aaadd4

Complementary Color

#aaadd4 #d4d1aa

#aaadd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadd4 Color CSS Codes

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

#aaadd4 Text Font Color

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

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


#aaadd4 Background Color

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

This div background color is #aaadd4


#aaadd4 Border Color

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

This div border color is #aaadd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadd4


Comments

No comments written yet.

Please login to write comment.