Color Hex Logo

#aac3dd Color Hex

#AAC3DD
(170,195,221)
0 Favorites   0 Comments

Color spaces of #aac3dd

RGB 170195221
HSL0.580.430.77
HSV211°23°87°
CMYK 0.230.120.00   0.13
XYZ49.143852.796776.0072
Yxy52.79670.27620.2967
Hunter Lab72.6613-6.4306-11.1572
CIE-Lab77.7548-2.8055-15.7706

#aac3dd color RGB value is (170,195,221).

#aac3dd hex color red value is 170, green value is 195 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aac3dd hue: 0.58 , saturation: 0.43 and the lightness value of aac3dd is 0.77.

The process color (four color CMYK) of #aac3dd color hex is 0.23, 0.12, 0.00, 0.13. Web safe color of #aac3dd is #99cccc. Color #aac3dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 11011101
Octal 252 303 335
Decimal 170 195 221
Hex AA C3 DD

RGB Percentages of Color #aac3dd

%29.01
%33.28
%37.71

CMYK Percentages of Color #aac3dd

%23
%12
%0
%13

Triadic Colors of #aac3dd

#aac3dd #ddaac3 #c3ddaa

Analogous Colors of #aac3dd

#aac3dd #abaadd #aadddd

Monochromatic Colors of #aac3dd

#aac3dd

Complementary Color

#aac3dd #ddc4aa

#aac3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac3dd Color CSS Codes

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

#aac3dd Text Font Color

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

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


#aac3dd Background Color

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

This div background color is #aac3dd


#aac3dd Border Color

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

This div border color is #aac3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac3dd


Comments

No comments written yet.

Please login to write comment.