Color Hex Logo

#aadadc Color Hex

#AADADC
(170,218,220)
0 Favorites   0 Comments

Color spaces of #aadadc

RGB 170218220
HSL0.510.420.76
HSV182°23°86°
CMYK 0.230.010.00   0.14
XYZ54.567263.856277.1596
Yxy63.85620.27900.3265
Hunter Lab79.9101-17.9526-1.3122
CIE-Lab83.8908-15.0033-6.0834

#aadadc color RGB value is (170,218,220).

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

The process color (four color CMYK) of #aadadc color hex is 0.23, 0.01, 0.00, 0.14. Web safe color of #aadadc is #99cccc. Color #aadadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11011100
Octal 252 332 334
Decimal 170 218 220
Hex AA DA DC

RGB Percentages of Color #aadadc

%27.96
%35.86
%36.18

CMYK Percentages of Color #aadadc

%23
%1
%0
%14

Triadic Colors of #aadadc

#aadadc #dcaada #dadcaa

Analogous Colors of #aadadc

#aadadc #aac1dc #aadcc5

Monochromatic Colors of #aadadc

#aadadc

Complementary Color

#aadadc #dcacaa

#aadadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadadc Color CSS Codes

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

#aadadc Text Font Color

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

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


#aadadc Background Color

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

This div background color is #aadadc


#aadadc Border Color

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

This div border color is #aadadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadadc


Comments

No comments written yet.

Please login to write comment.