Color Hex Logo

#aaddd7 Color Hex

#AADDD7
(170,221,215)
0 Favorites   0 Comments

Color spaces of #aaddd7

RGB 170221215
HSL0.480.430.77
HSV173°23°87°
CMYK 0.230.000.03   0.13
XYZ54.699865.165273.9851
Yxy65.16520.28220.3362
Hunter Lab80.7250-20.31582.1677
CIE-Lab84.5688-17.5892-2.4349

#aaddd7 color RGB value is (170,221,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11010111
Octal 252 335 327
Decimal 170 221 215
Hex AA DD D7

RGB Percentages of Color #aaddd7

%28.05
%36.47
%35.48

CMYK Percentages of Color #aaddd7

%23
%0
%3
%13

Triadic Colors of #aaddd7

#aaddd7 #d7aadd #ddd7aa

Analogous Colors of #aaddd7

#aaddd7 #aacadd #aaddbe

Monochromatic Colors of #aaddd7

#aaddd7

Complementary Color

#aaddd7 #ddaab0

#aaddd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddd7 Color CSS Codes

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

#aaddd7 Text Font Color

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

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


#aaddd7 Background Color

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

This div background color is #aaddd7


#aaddd7 Border Color

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

This div border color is #aaddd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddd7


Comments

No comments written yet.

Please login to write comment.