Color Hex Logo

#aacacc Color Hex

#AACACC
(170,202,204)
0 Favorites   0 Comments

Color spaces of #aacacc

RGB 170202204
HSL0.510.250.73
HSV184°17°80°
CMYK 0.170.010.00   0.20
XYZ48.597255.146765.2098
Yxy55.14670.28760.3264
Hunter Lab74.2608-13.1438-0.0811
CIE-Lab79.1257-10.2078-4.5734

#aacacc color RGB value is (170,202,204).

#aacacc hex color red value is 170, green value is 202 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aacacc hue: 0.51 , saturation: 0.25 and the lightness value of aacacc is 0.73.

The process color (four color CMYK) of #aacacc color hex is 0.17, 0.01, 0.00, 0.20. Web safe color of #aacacc is #99cccc. Color #aacacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11001100
Octal 252 312 314
Decimal 170 202 204
Hex AA CA CC

RGB Percentages of Color #aacacc

%29.51
%35.07
%35.42

CMYK Percentages of Color #aacacc

%17
%1
%0
%20

Triadic Colors of #aacacc

#aacacc #ccaaca #caccaa

Analogous Colors of #aacacc

#aacacc #aab9cc #aaccbd

Monochromatic Colors of #aacacc

#aacacc

Complementary Color

#aacacc #ccacaa

#aacacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacacc Color CSS Codes

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

#aacacc Text Font Color

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

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


#aacacc Background Color

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

This div background color is #aacacc


#aacacc Border Color

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

This div border color is #aacacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacacc


Comments

No comments written yet.

Please login to write comment.