Color Hex Logo

#aacbbd Color Hex

#AACBBD
(170,203,189)
0 Favorites   0 Comments

Color spaces of #aacbbd

RGB 170203189
HSL0.430.240.73
HSV155°16°80°
CMYK 0.160.000.07   0.20
XYZ47.118854.932056.2636
Yxy54.93200.29760.3470
Hunter Lab74.1161-16.22316.8726
CIE-Lab79.0021-13.77123.3050

#aacbbd color RGB value is (170,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 10111101
Octal 252 313 275
Decimal 170 203 189
Hex AA CB BD

RGB Percentages of Color #aacbbd

%30.25
%36.12
%33.63

CMYK Percentages of Color #aacbbd

%16
%0
%7
%20

Triadic Colors of #aacbbd

#aacbbd #bdaacb #cbbdaa

Analogous Colors of #aacbbd

#aacbbd #aac9cb #aacbad

Monochromatic Colors of #aacbbd

#aacbbd

Complementary Color

#aacbbd #cbaab8

#aacbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbbd Color CSS Codes

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

#aacbbd Text Font Color

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

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


#aacbbd Background Color

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

This div background color is #aacbbd


#aacbbd Border Color

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

This div border color is #aacbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbbd


Comments

No comments written yet.

Please login to write comment.