Color Hex Logo

#aac5ce Color Hex

#AAC5CE
(170,197,206)
0 Favorites   0 Comments

Color spaces of #aac5ce

RGB 170197206
HSL0.540.270.74
HSV195°17°81°
CMYK 0.170.040.00   0.19
XYZ47.684452.934866.0967
Yxy52.93480.28600.3175
Hunter Lab72.7563-10.3348-2.9336
CIE-Lab77.8365-7.1700-7.5570

#aac5ce color RGB value is (170,197,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 11001110
Octal 252 305 316
Decimal 170 197 206
Hex AA C5 CE

RGB Percentages of Color #aac5ce

%29.67
%34.38
%35.95

CMYK Percentages of Color #aac5ce

%17
%4
%0
%19

Triadic Colors of #aac5ce

#aac5ce #ceaac5 #c5ceaa

Analogous Colors of #aac5ce

#aac5ce #aab3ce #aacec5

Monochromatic Colors of #aac5ce

#aac5ce

Complementary Color

#aac5ce #ceb3aa

#aac5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac5ce Color CSS Codes

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

#aac5ce Text Font Color

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

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


#aac5ce Background Color

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

This div background color is #aac5ce


#aac5ce Border Color

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

This div border color is #aac5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac5ce


Comments

No comments written yet.

Please login to write comment.