Color Hex Logo

#aaccc0 Color Hex

#AACCC0
(170,204,192)
0 Favorites   0 Comments

Color spaces of #aaccc0

RGB 170204192
HSL0.440.250.73
HSV159°17°80°
CMYK 0.170.000.06   0.20
XYZ47.684955.537658.0757
Yxy55.53760.29560.3443
Hunter Lab74.5236-16.20065.9622
CIE-Lab79.3499-13.69202.1999

#aaccc0 color RGB value is (170,204,192).

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

The process color (four color CMYK) of #aaccc0 color hex is 0.17, 0.00, 0.06, 0.20. Web safe color of #aaccc0 is #99cccc. Color #aaccc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 11000000
Octal 252 314 300
Decimal 170 204 192
Hex AA CC C0

RGB Percentages of Color #aaccc0

%30.04
%36.04
%33.92

CMYK Percentages of Color #aaccc0

%17
%0
%6
%20

Triadic Colors of #aaccc0

#aaccc0 #c0aacc #ccc0aa

Analogous Colors of #aaccc0

#aaccc0 #aac7cc #aaccaf

Monochromatic Colors of #aaccc0

#aaccc0

Complementary Color

#aaccc0 #ccaab6

#aaccc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccc0 Color CSS Codes

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

#aaccc0 Text Font Color

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

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


#aaccc0 Background Color

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

This div background color is #aaccc0


#aaccc0 Border Color

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

This div border color is #aaccc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccc0


Comments

No comments written yet.

Please login to write comment.