Color Hex Logo

#aadccd Color Hex

#AADCCD
(170,220,205)
0 Favorites   0 Comments

Color spaces of #aadccd

RGB 170220205
HSL0.450.420.76
HSV162°23°86°
CMYK 0.230.000.07   0.14
XYZ53.190264.140267.3345
Yxy64.14020.28800.3473
Hunter Lab80.0876-21.60246.2126
CIE-Lab84.0387-19.16612.0859

#aadccd color RGB value is (170,220,205).

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

The process color (four color CMYK) of #aadccd color hex is 0.23, 0.00, 0.07, 0.14. Web safe color of #aadccd is #99cccc. Color #aadccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 11001101
Octal 252 334 315
Decimal 170 220 205
Hex AA DC CD

RGB Percentages of Color #aadccd

%28.57
%36.97
%34.45

CMYK Percentages of Color #aadccd

%23
%0
%7
%14

Triadic Colors of #aadccd

#aadccd #cdaadc #dccdaa

Analogous Colors of #aadccd

#aadccd #aad2dc #aadcb4

Monochromatic Colors of #aadccd

#aadccd

Complementary Color

#aadccd #dcaab9

#aadccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadccd Color CSS Codes

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

#aadccd Text Font Color

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

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


#aadccd Background Color

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

This div background color is #aadccd


#aadccd Border Color

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

This div border color is #aadccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadccd


Comments

No comments written yet.

Please login to write comment.