Color Hex Logo

#aadeff Color Hex

#AADEFF
(170,222,255)
0 Favorites   0 Comments

Color spaces of #aadeff

RGB 170222255
HSL0.561.000.83
HSV203°33°100°
CMYK 0.330.130.00   0.00
XYZ60.748868.0086104.5329
Yxy68.00860.26040.2915
Hunter Lab82.4673-12.8274-17.4269
CIE-Lab86.0107-9.0066-21.4196

#aadeff color RGB value is (170,222,255).

#aadeff hex color red value is 170, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aadeff hue: 0.56 , saturation: 1.00 and the lightness value of aadeff is 0.83.

The process color (four color CMYK) of #aadeff color hex is 0.33, 0.13, 0.00, 0.00. Web safe color of #aadeff is #99ccff. Color #aadeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 11111111
Octal 252 336 377
Decimal 170 222 255
Hex AA DE FF

RGB Percentages of Color #aadeff

%26.28
%34.31
%39.41

CMYK Percentages of Color #aadeff

%33
%13
%0
%0

Triadic Colors of #aadeff

#aadeff #ffaade #deffaa

Analogous Colors of #aadeff

#aadeff #aab4ff #aafff6

Monochromatic Colors of #aadeff

#aadeff

Complementary Color

#aadeff #ffcbaa

#aadeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadeff Color CSS Codes

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

#aadeff Text Font Color

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

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


#aadeff Background Color

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

This div background color is #aadeff


#aadeff Border Color

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

This div border color is #aadeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadeff

Related Colors


Comments

No comments written yet.

Please login to write comment.