Color Hex Logo

#aacadb Color Hex

#AACADB
(170,202,219)
0 Favorites   0 Comments

Color spaces of #aacadb

RGB 170202219
HSL0.560.400.76
HSV201°22°86°
CMYK 0.220.080.00   0.14
XYZ50.484355.901675.1471
Yxy55.90160.27810.3079
Hunter Lab74.7674-10.3164-7.2540
CIE-Lab79.5578-6.9607-11.9903

#aacadb color RGB value is (170,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11011011
Octal 252 312 333
Decimal 170 202 219
Hex AA CA DB

RGB Percentages of Color #aacadb

%28.76
%34.18
%37.06

CMYK Percentages of Color #aacadb

%22
%8
%0
%14

Triadic Colors of #aacadb

#aacadb #dbaaca #cadbaa

Analogous Colors of #aacadb

#aacadb #aab2db #aadbd4

Monochromatic Colors of #aacadb

#aacadb

Complementary Color

#aacadb #dbbbaa

#aacadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacadb Color CSS Codes

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

#aacadb Text Font Color

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

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


#aacadb Background Color

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

This div background color is #aacadb


#aacadb Border Color

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

This div border color is #aacadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacadb


Comments

No comments written yet.

Please login to write comment.