Color Hex Logo

#aadacd Color Hex

#AADACD
(170,218,205)
0 Favorites   0 Comments

Color spaces of #aadacd

RGB 170218205
HSL0.450.390.76
HSV164°22°85°
CMYK 0.220.000.06   0.15
XYZ52.668463.096667.1606
Yxy63.09660.28790.3449
Hunter Lab79.4334-20.65375.4739
CIE-Lab83.4932-18.16641.2922

#aadacd color RGB value is (170,218,205).

#aadacd hex color red value is 170, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aadacd hue: 0.45 , saturation: 0.39 and the lightness value of aadacd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11001101
Octal 252 332 315
Decimal 170 218 205
Hex AA DA CD

RGB Percentages of Color #aadacd

%28.67
%36.76
%34.57

CMYK Percentages of Color #aadacd

%22
%0
%6
%15

Triadic Colors of #aadacd

#aadacd #cdaada #dacdaa

Analogous Colors of #aadacd

#aadacd #aacfda #aadab5

Monochromatic Colors of #aadacd

#aadacd

Complementary Color

#aadacd #daaab7

#aadacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadacd Color CSS Codes

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

#aadacd Text Font Color

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

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


#aadacd Background Color

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

This div background color is #aadacd


#aadacd Border Color

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

This div border color is #aadacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadacd


Comments

No comments written yet.

Please login to write comment.