Color Hex Logo

#aac3db Color Hex

#AAC3DB
(170,195,219)
0 Favorites   0 Comments

Color spaces of #aac3db

RGB 170195219
HSL0.580.400.76
HSV209°22°86°
CMYK 0.220.110.00   0.14
XYZ48.878952.690774.6120
Yxy52.69070.27740.2991
Hunter Lab72.5884-6.8329-10.1311
CIE-Lab77.6920-3.2572-14.7866

#aac3db color RGB value is (170,195,219).

#aac3db hex color red value is 170, green value is 195 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aac3db hue: 0.58 , saturation: 0.40 and the lightness value of aac3db is 0.76.

The process color (four color CMYK) of #aac3db color hex is 0.22, 0.11, 0.00, 0.14. Web safe color of #aac3db is #99cccc. Color #aac3db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 11011011
Octal 252 303 333
Decimal 170 195 219
Hex AA C3 DB

RGB Percentages of Color #aac3db

%29.11
%33.39
%37.50

CMYK Percentages of Color #aac3db

%22
%11
%0
%14

Triadic Colors of #aac3db

#aac3db #dbaac3 #c3dbaa

Analogous Colors of #aac3db

#aac3db #aaabdb #aadbdb

Monochromatic Colors of #aac3db

#aac3db

Complementary Color

#aac3db #dbc2aa

#aac3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac3db Color CSS Codes

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

#aac3db Text Font Color

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

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


#aac3db Background Color

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

This div background color is #aac3db


#aac3db Border Color

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

This div border color is #aac3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac3db

#aac3db Color Palettes


Comments

No comments written yet.

Please login to write comment.