Color Hex Logo

#aacbd9 Color Hex

#AACBD9
(170,203,217)
0 Favorites   0 Comments

Color spaces of #aacbd9

RGB 170203217
HSL0.550.380.76
HSV198°22°85°
CMYK 0.220.060.00   0.15
XYZ50.457956.267773.8470
Yxy56.26770.27940.3116
Hunter Lab75.0118-11.1997-5.8611
CIE-Lab79.7659-7.9285-10.6062

#aacbd9 color RGB value is (170,203,217).

#aacbd9 hex color red value is 170, green value is 203 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #aacbd9 hue: 0.55 , saturation: 0.38 and the lightness value of aacbd9 is 0.76.

The process color (four color CMYK) of #aacbd9 color hex is 0.22, 0.06, 0.00, 0.15. Web safe color of #aacbd9 is #99cccc. Color #aacbd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 11011001
Octal 252 313 331
Decimal 170 203 217
Hex AA CB D9

RGB Percentages of Color #aacbd9

%28.81
%34.41
%36.78

CMYK Percentages of Color #aacbd9

%22
%6
%0
%15

Triadic Colors of #aacbd9

#aacbd9 #d9aacb #cbd9aa

Analogous Colors of #aacbd9

#aacbd9 #aab4d9 #aad9d0

Monochromatic Colors of #aacbd9

#aacbd9

Complementary Color

#aacbd9 #d9b8aa

#aacbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbd9 Color CSS Codes

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

#aacbd9 Text Font Color

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

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


#aacbd9 Background Color

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

This div background color is #aacbd9


#aacbd9 Border Color

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

This div border color is #aacbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbd9


Comments

No comments written yet.

Please login to write comment.