Color Hex Logo

#aadde6 Color Hex

#AADDE6
(170,221,230)
0 Favorites   0 Comments

Color spaces of #aadde6

RGB 170221230
HSL0.530.550.78
HSV189°26°90°
CMYK 0.260.040.00   0.10
XYZ56.716965.972184.6075
Yxy65.97210.27360.3182
Hunter Lab81.2232-17.4969-4.9042
CIE-Lab84.9822-14.3204-9.7637

#aadde6 color RGB value is (170,221,230).

#aadde6 hex color red value is 170, green value is 221 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #aadde6 hue: 0.53 , saturation: 0.55 and the lightness value of aadde6 is 0.78.

The process color (four color CMYK) of #aadde6 color hex is 0.26, 0.04, 0.00, 0.10. Web safe color of #aadde6 is #99ccff. Color #aadde6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11100110
Octal 252 335 346
Decimal 170 221 230
Hex AA DD E6

RGB Percentages of Color #aadde6

%27.38
%35.59
%37.04

CMYK Percentages of Color #aadde6

%26
%4
%0
%10

Triadic Colors of #aadde6

#aadde6 #e6aadd #dde6aa

Analogous Colors of #aadde6

#aadde6 #aabfe6 #aae6d1

Monochromatic Colors of #aadde6

#aadde6

Complementary Color

#aadde6 #e6b3aa

#aadde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadde6 Color CSS Codes

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

#aadde6 Text Font Color

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

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


#aadde6 Background Color

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

This div background color is #aadde6


#aadde6 Border Color

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

This div border color is #aadde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadde6


Comments

No comments written yet.

Please login to write comment.