Color Hex Logo

#aaddd5 Color Hex

#AADDD5
(170,221,213)
0 Favorites   0 Comments

Color spaces of #aaddd5

RGB 170221213
HSL0.470.430.77
HSV171°23°87°
CMYK 0.230.000.04   0.13
XYZ54.444365.063072.6397
Yxy65.06300.28330.3386
Hunter Lab80.6616-20.67553.0696
CIE-Lab84.5162-18.0110-1.4533

#aaddd5 color RGB value is (170,221,213).

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

The process color (four color CMYK) of #aaddd5 color hex is 0.23, 0.00, 0.04, 0.13. Web safe color of #aaddd5 is #99cccc. Color #aaddd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11010101
Octal 252 335 325
Decimal 170 221 213
Hex AA DD D5

RGB Percentages of Color #aaddd5

%28.15
%36.59
%35.26

CMYK Percentages of Color #aaddd5

%23
%0
%4
%13

Triadic Colors of #aaddd5

#aaddd5 #d5aadd #ddd5aa

Analogous Colors of #aaddd5

#aaddd5 #aaccdd #aaddbc

Monochromatic Colors of #aaddd5

#aaddd5

Complementary Color

#aaddd5 #ddaab2

#aaddd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddd5 Color CSS Codes

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

#aaddd5 Text Font Color

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

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


#aaddd5 Background Color

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

This div background color is #aaddd5


#aaddd5 Border Color

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

This div border color is #aaddd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddd5


Comments

No comments written yet.

Please login to write comment.