Color Hex Logo

#aaccbc Color Hex

#AACCBC
(170,204,188)
0 Favorites   0 Comments

Color spaces of #aaccbc

RGB 170204188
HSL0.420.250.73
HSV152°17°80°
CMYK 0.170.000.08   0.20
XYZ47.247555.362655.7728
Yxy55.36260.29830.3495
Hunter Lab74.4060-16.86397.6420
CIE-Lab79.2497-14.47844.1999

#aaccbc color RGB value is (170,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 10111100
Octal 252 314 274
Decimal 170 204 188
Hex AA CC BC

RGB Percentages of Color #aaccbc

%30.25
%36.30
%33.45

CMYK Percentages of Color #aaccbc

%17
%0
%8
%20

Triadic Colors of #aaccbc

#aaccbc #bcaacc #ccbcaa

Analogous Colors of #aaccbc

#aaccbc #aacbcc #aaccab

Monochromatic Colors of #aaccbc

#aaccbc

Complementary Color

#aaccbc #ccaaba

#aaccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccbc Color CSS Codes

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

#aaccbc Text Font Color

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

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


#aaccbc Background Color

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

This div background color is #aaccbc


#aaccbc Border Color

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

This div border color is #aaccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccbc


Comments

No comments written yet.

Please login to write comment.