Color Hex Logo

#aaccdd Color Hex

#AACCDD
(170,204,221)
2 Favorites   0 Comments

Color spaces of #aaccdd

RGB 170204221
HSL0.560.430.77
HSV200°23°87°
CMYK 0.230.080.00   0.13
XYZ51.221656.952276.6998
Yxy56.95220.27710.3081
Hunter Lab75.4667-10.9132-7.4321
CIE-Lab80.1527-7.5633-12.1736

#aaccdd color RGB value is (170,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 11011101
Octal 252 314 335
Decimal 170 204 221
Hex AA CC DD

RGB Percentages of Color #aaccdd

%28.57
%34.29
%37.14

CMYK Percentages of Color #aaccdd

%23
%8
%0
%13

Triadic Colors of #aaccdd

#aaccdd #ddaacc #ccddaa

Analogous Colors of #aaccdd

#aaccdd #aab3dd #aaddd5

Monochromatic Colors of #aaccdd

#aaccdd

Complementary Color

#aaccdd #ddbbaa

#aaccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccdd Color CSS Codes

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

#aaccdd Text Font Color

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

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


#aaccdd Background Color

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

This div background color is #aaccdd


#aaccdd Border Color

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

This div border color is #aaccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccdd


Comments

No comments written yet.

Please login to write comment.