Color Hex Logo

#aac0ce Color Hex

#AAC0CE
(170,192,206)
0 Favorites   0 Comments

Color spaces of #aac0ce

RGB 170192206
HSL0.560.270.74
HSV203°17°81°
CMYK 0.170.070.00   0.19
XYZ46.567850.701665.7245
Yxy50.70160.28570.3111
Hunter Lab71.2051-7.8706-4.8830
CIE-Lab76.4979-4.5258-9.5464

#aac0ce color RGB value is (170,192,206).

#aac0ce hex color red value is 170, green value is 192 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aac0ce hue: 0.56 , saturation: 0.27 and the lightness value of aac0ce is 0.74.

The process color (four color CMYK) of #aac0ce color hex is 0.17, 0.07, 0.00, 0.19. Web safe color of #aac0ce is #99cccc. Color #aac0ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 11001110
Octal 252 300 316
Decimal 170 192 206
Hex AA C0 CE

RGB Percentages of Color #aac0ce

%29.93
%33.80
%36.27

CMYK Percentages of Color #aac0ce

%17
%7
%0
%19

Triadic Colors of #aac0ce

#aac0ce #ceaac0 #c0ceaa

Analogous Colors of #aac0ce

#aac0ce #aaaece #aaceca

Monochromatic Colors of #aac0ce

#aac0ce

Complementary Color

#aac0ce #ceb8aa

#aac0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac0ce Color CSS Codes

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

#aac0ce Text Font Color

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

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


#aac0ce Background Color

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

This div background color is #aac0ce


#aac0ce Border Color

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

This div border color is #aac0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac0ce


Comments

No comments written yet.

Please login to write comment.