Color Hex Logo

#aacbc7 Color Hex

#AACBC7
(170,203,199)
0 Favorites   0 Comments

Color spaces of #aacbc7

RGB 170203199
HSL0.480.240.73
HSV173°16°80°
CMYK 0.160.000.02   0.20
XYZ48.242355.381462.1799
Yxy55.38140.29100.3340
Hunter Lab74.4187-14.51912.5538
CIE-Lab79.2605-11.7643-1.6885

#aacbc7 color RGB value is (170,203,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 11000111
Octal 252 313 307
Decimal 170 203 199
Hex AA CB C7

RGB Percentages of Color #aacbc7

%29.72
%35.49
%34.79

CMYK Percentages of Color #aacbc7

%16
%0
%2
%20

Triadic Colors of #aacbc7

#aacbc7 #c7aacb #cbc7aa

Analogous Colors of #aacbc7

#aacbc7 #aabfcb #aacbb7

Monochromatic Colors of #aacbc7

#aacbc7

Complementary Color

#aacbc7 #cbaaae

#aacbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbc7 Color CSS Codes

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

#aacbc7 Text Font Color

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

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


#aacbc7 Background Color

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

This div background color is #aacbc7


#aacbc7 Border Color

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

This div border color is #aacbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbc7


Comments

No comments written yet.

Please login to write comment.