Color Hex Logo

#aaccc1 Color Hex

#AACCC1
(170,204,193)
0 Favorites   0 Comments

Color spaces of #aaccc1

RGB 170204193
HSL0.450.250.73
HSV161°17°80°
CMYK 0.170.000.05   0.20
XYZ47.796155.582058.6614
Yxy55.58200.29500.3430
Hunter Lab74.5533-16.03215.5357
CIE-Lab79.3753-13.49291.7003

#aaccc1 color RGB value is (170,204,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 11000001
Octal 252 314 301
Decimal 170 204 193
Hex AA CC C1

RGB Percentages of Color #aaccc1

%29.98
%35.98
%34.04

CMYK Percentages of Color #aaccc1

%17
%0
%5
%20

Triadic Colors of #aaccc1

#aaccc1 #c1aacc #ccc1aa

Analogous Colors of #aaccc1

#aaccc1 #aac6cc #aaccb0

Monochromatic Colors of #aaccc1

#aaccc1

Complementary Color

#aaccc1 #ccaab5

#aaccc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccc1 Color CSS Codes

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

#aaccc1 Text Font Color

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

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


#aaccc1 Background Color

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

This div background color is #aaccc1


#aaccc1 Border Color

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

This div border color is #aaccc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccc1


Comments

No comments written yet.

Please login to write comment.