Color Hex Logo

#aacccb Color Hex

#AACCCB
(170,204,203)
0 Favorites   0 Comments

Color spaces of #aacccb

RGB 170204203
HSL0.500.250.73
HSV178°17°80°
CMYK 0.170.000.00   0.20
XYZ48.949956.043664.7375
Yxy56.04360.28840.3302
Hunter Lab74.8623-14.29391.1323
CIE-Lab79.6386-11.4538-3.2810

#aacccb color RGB value is (170,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 11001011
Octal 252 314 313
Decimal 170 204 203
Hex AA CC CB

RGB Percentages of Color #aacccb

%29.46
%35.36
%35.18

CMYK Percentages of Color #aacccb

%17
%0
%0
%20

Triadic Colors of #aacccb

#aacccb #cbaacc #cccbaa

Analogous Colors of #aacccb

#aacccb #aabccc #aaccba

Monochromatic Colors of #aacccb

#aacccb

Complementary Color

#aacccb #ccaaab

#aacccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacccb Color CSS Codes

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

#aacccb Text Font Color

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

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


#aacccb Background Color

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

This div background color is #aacccb


#aacccb Border Color

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

This div border color is #aacccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacccb


Comments

No comments written yet.

Please login to write comment.