Color Hex Logo

#aacadd Color Hex

#AACADD
(170,202,221)
0 Favorites   0 Comments

Color spaces of #aacadd

RGB 170202221
HSL0.560.430.77
HSV202°23°87°
CMYK 0.230.090.00   0.13
XYZ50.749256.007676.5424
Yxy56.00760.27690.3056
Hunter Lab74.8382-9.9227-8.2534
CIE-Lab79.6181-6.5139-12.9734

#aacadd color RGB value is (170,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11011101
Octal 252 312 335
Decimal 170 202 221
Hex AA CA DD

RGB Percentages of Color #aacadd

%28.67
%34.06
%37.27

CMYK Percentages of Color #aacadd

%23
%9
%0
%13

Triadic Colors of #aacadd

#aacadd #ddaaca #caddaa

Analogous Colors of #aacadd

#aacadd #aab1dd #aaddd7

Monochromatic Colors of #aacadd

#aacadd

Complementary Color

#aacadd #ddbdaa

#aacadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacadd Color CSS Codes

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

#aacadd Text Font Color

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

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


#aacadd Background Color

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

This div background color is #aacadd


#aacadd Border Color

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

This div border color is #aacadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacadd


Comments

No comments written yet.

Please login to write comment.