Color Hex Logo

#aacbb7 Color Hex

#AACBB7
(170,203,183)
0 Favorites   0 Comments

Color spaces of #aacbb7

RGB 170203183
HSL0.400.240.73
HSV144°16°80°
CMYK 0.160.000.10   0.20
XYZ46.480754.676852.9036
Yxy54.67680.30170.3549
Hunter Lab73.9438-17.19739.3412
CIE-Lab78.8547-14.93056.3116

#aacbb7 color RGB value is (170,203,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 10110111
Octal 252 313 267
Decimal 170 203 183
Hex AA CB B7

RGB Percentages of Color #aacbb7

%30.58
%36.51
%32.91

CMYK Percentages of Color #aacbb7

%16
%0
%10
%20

Triadic Colors of #aacbb7

#aacbb7 #b7aacb #cbb7aa

Analogous Colors of #aacbb7

#aacbb7 #aacbc8 #aecbaa

Monochromatic Colors of #aacbb7

#aacbb7

Complementary Color

#aacbb7 #cbaabe

#aacbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbb7 Color CSS Codes

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

#aacbb7 Text Font Color

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

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


#aacbb7 Background Color

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

This div background color is #aacbb7


#aacbb7 Border Color

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

This div border color is #aacbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbb7


Comments

No comments written yet.

Please login to write comment.