Color Hex Logo

#aadefa Color Hex

#AADEFA
(170,222,250)
0 Favorites   0 Comments

Color spaces of #aadefa

RGB 170222250
HSL0.560.890.82
HSV201°32°98°
CMYK 0.320.110.00   0.02
XYZ59.954267.6907100.3482
Yxy67.69070.26300.2969
Hunter Lab82.2744-13.9053-14.7226
CIE-Lab85.8516-10.2065-19.0254

#aadefa color RGB value is (170,222,250).

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

The process color (four color CMYK) of #aadefa color hex is 0.32, 0.11, 0.00, 0.02. Web safe color of #aadefa is #99ccff. Color #aadefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 11111010
Octal 252 336 372
Decimal 170 222 250
Hex AA DE FA

RGB Percentages of Color #aadefa

%26.48
%34.58
%38.94

CMYK Percentages of Color #aadefa

%32
%11
%0
%2

Triadic Colors of #aadefa

#aadefa #faaade #defaaa

Analogous Colors of #aadefa

#aadefa #aab6fa #aafaee

Monochromatic Colors of #aadefa

#aadefa

Complementary Color

#aadefa #fac6aa

#aadefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadefa Color CSS Codes

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

#aadefa Text Font Color

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

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


#aadefa Background Color

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

This div background color is #aadefa


#aadefa Border Color

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

This div border color is #aadefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadefa


Comments

No comments written yet.

Please login to write comment.