Color Hex Logo

#aadace Color Hex

#AADACE
(170,218,206)
0 Favorites   0 Comments

Color spaces of #aadace

RGB 170218206
HSL0.460.390.76
HSV165°22°85°
CMYK 0.220.000.06   0.15
XYZ52.789563.145167.7984
Yxy63.14510.28730.3437
Hunter Lab79.4639-20.48065.0386
CIE-Lab83.5187-17.96180.7989

#aadace color RGB value is (170,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11001110
Octal 252 332 316
Decimal 170 218 206
Hex AA DA CE

RGB Percentages of Color #aadace

%28.62
%36.70
%34.68

CMYK Percentages of Color #aadace

%22
%0
%6
%15

Triadic Colors of #aadace

#aadace #ceaada #daceaa

Analogous Colors of #aadace

#aadace #aaceda #aadab6

Monochromatic Colors of #aadace

#aadace

Complementary Color

#aadace #daaab6

#aadace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadace Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadace Color CSS Codes

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

#aadace Text Font Color

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

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


#aadace Background Color

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

This div background color is #aadace


#aadace Border Color

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

This div border color is #aadace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadace


Comments

No comments written yet.

Please login to write comment.