Color Hex Logo

#aadadd Color Hex

#AADADD
(170,218,221)
0 Favorites   0 Comments

Color spaces of #aadadd

RGB 170218221
HSL0.510.430.77
HSV184°23°87°
CMYK 0.230.010.00   0.13
XYZ54.700163.909377.8593
Yxy63.90930.27840.3253
Hunter Lab79.9433-17.7646-1.7841
CIE-Lab83.9185-14.7855-6.5731

#aadadd color RGB value is (170,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11011101
Octal 252 332 335
Decimal 170 218 221
Hex AA DA DD

RGB Percentages of Color #aadadd

%27.91
%35.80
%36.29

CMYK Percentages of Color #aadadd

%23
%1
%0
%13

Triadic Colors of #aadadd

#aadadd #ddaada #daddaa

Analogous Colors of #aadadd

#aadadd #aac1dd #aaddc7

Monochromatic Colors of #aadadd

#aadadd

Complementary Color

#aadadd #ddadaa

#aadadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadadd Color CSS Codes

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

#aadadd Text Font Color

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

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


#aadadd Background Color

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

This div background color is #aadadd


#aadadd Border Color

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

This div border color is #aadadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadadd


Comments

No comments written yet.

Please login to write comment.