Color Hex Logo

#aacbdb Color Hex

#AACBDB
(170,203,219)
0 Favorites   0 Comments

Color spaces of #aacbdb

RGB 170203219
HSL0.550.400.76
HSV200°22°86°
CMYK 0.220.070.00   0.14
XYZ50.719756.372475.2256
Yxy56.37240.27820.3092
Hunter Lab75.0816-10.8110-6.8467
CIE-Lab79.8253-7.4854-11.5906

#aacbdb color RGB value is (170,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 11011011
Octal 252 313 333
Decimal 170 203 219
Hex AA CB DB

RGB Percentages of Color #aacbdb

%28.72
%34.29
%36.99

CMYK Percentages of Color #aacbdb

%22
%7
%0
%14

Triadic Colors of #aacbdb

#aacbdb #dbaacb #cbdbaa

Analogous Colors of #aacbdb

#aacbdb #aab3db #aadbd3

Monochromatic Colors of #aacbdb

#aacbdb

Complementary Color

#aacbdb #dbbaaa

#aacbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbdb Color CSS Codes

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

#aacbdb Text Font Color

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

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


#aacbdb Background Color

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

This div background color is #aacbdb


#aacbdb Border Color

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

This div border color is #aacbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,203,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 #aacbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbdb

#aacbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.