Color Hex Logo

#aadafe Color Hex

#AADAFE
(170,218,254)
0 Favorites   0 Comments

Color spaces of #aadafe

RGB 170218254
HSL0.570.980.83
HSV206°33°100°
CMYK 0.330.140.00   0.00
XYZ59.538465.8446103.3372
Yxy65.84460.26030.2879
Hunter Lab81.1447-11.0322-18.7041
CIE-Lab84.9171-7.1722-22.5501

#aadafe color RGB value is (170,218,254).

#aadafe hex color red value is 170, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aadafe hue: 0.57 , saturation: 0.98 and the lightness value of aadafe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11111110
Octal 252 332 376
Decimal 170 218 254
Hex AA DA FE

RGB Percentages of Color #aadafe

%26.48
%33.96
%39.56

CMYK Percentages of Color #aadafe

%33
%14
%0
%0

Triadic Colors of #aadafe

#aadafe #feaada #dafeaa

Analogous Colors of #aadafe

#aadafe #aab0fe #aafef8

Monochromatic Colors of #aadafe

#aadafe

Complementary Color

#aadafe #feceaa

#aadafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadafe Color CSS Codes

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

#aadafe Text Font Color

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

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


#aadafe Background Color

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

This div background color is #aadafe


#aadafe Border Color

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

This div border color is #aadafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadafe

Related Colors


Comments

No comments written yet.

Please login to write comment.