Color Hex Logo

#aac6ce Color Hex

#AAC6CE
(170,198,206)
0 Favorites   0 Comments

Color spaces of #aac6ce

RGB 170198206
HSL0.540.270.74
HSV193°17°81°
CMYK 0.170.040.00   0.19
XYZ47.912253.390466.1727
Yxy53.39040.28610.3188
Hunter Lab73.0687-10.8253-2.5463
CIE-Lab78.1049-7.6954-7.1590

#aac6ce color RGB value is (170,198,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 11001110
Octal 252 306 316
Decimal 170 198 206
Hex AA C6 CE

RGB Percentages of Color #aac6ce

%29.62
%34.49
%35.89

CMYK Percentages of Color #aac6ce

%17
%4
%0
%19

Triadic Colors of #aac6ce

#aac6ce #ceaac6 #c6ceaa

Analogous Colors of #aac6ce

#aac6ce #aab4ce #aacec4

Monochromatic Colors of #aac6ce

#aac6ce

Complementary Color

#aac6ce #ceb2aa

#aac6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac6ce Color CSS Codes

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

#aac6ce Text Font Color

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

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


#aac6ce Background Color

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

This div background color is #aac6ce


#aac6ce Border Color

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

This div border color is #aac6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac6ce


Comments

No comments written yet.

Please login to write comment.