Color Hex Logo

#aadce6 Color Hex

#AADCE6
(170,220,230)
0 Favorites   0 Comments

Color spaces of #aadce6

RGB 170220230
HSL0.530.550.78
HSV190°26°90°
CMYK 0.260.040.00   0.10
XYZ56.453765.445684.5198
Yxy65.44560.27350.3171
Hunter Lab80.8985-17.0089-5.3151
CIE-Lab84.7128-13.8116-10.1645

#aadce6 color RGB value is (170,220,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 11100110
Octal 252 334 346
Decimal 170 220 230
Hex AA DC E6

RGB Percentages of Color #aadce6

%27.42
%35.48
%37.10

CMYK Percentages of Color #aadce6

%26
%4
%0
%10

Triadic Colors of #aadce6

#aadce6 #e6aadc #dce6aa

Analogous Colors of #aadce6

#aadce6 #aabee6 #aae6d2

Monochromatic Colors of #aadce6

#aadce6

Complementary Color

#aadce6 #e6b4aa

#aadce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadce6 Color CSS Codes

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

#aadce6 Text Font Color

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

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


#aadce6 Background Color

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

This div background color is #aadce6


#aadce6 Border Color

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

This div border color is #aadce6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,220,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 #aadce6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadce6


Comments

No comments written yet.

Please login to write comment.