Color Hex Logo

#aadaf2 Color Hex

#AADAF2
(170,218,242)
0 Favorites   0 Comments

Color spaces of #aadaf2

RGB 170218242
HSL0.560.730.81
HSV200°30°95°
CMYK 0.300.100.00   0.05
XYZ57.676065.099793.5300
Yxy65.09970.26660.3010
Hunter Lab80.6844-13.5997-12.2504
CIE-Lab84.5351-10.0338-16.7833

#aadaf2 color RGB value is (170,218,242).

#aadaf2 hex color red value is 170, green value is 218 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #aadaf2 hue: 0.56 , saturation: 0.73 and the lightness value of aadaf2 is 0.81.

The process color (four color CMYK) of #aadaf2 color hex is 0.30, 0.10, 0.00, 0.05. Web safe color of #aadaf2 is #99ccff. Color #aadaf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11110010
Octal 252 332 362
Decimal 170 218 242
Hex AA DA F2

RGB Percentages of Color #aadaf2

%26.98
%34.60
%38.41

CMYK Percentages of Color #aadaf2

%30
%10
%0
%5

Triadic Colors of #aadaf2

#aadaf2 #f2aada #daf2aa

Analogous Colors of #aadaf2

#aadaf2 #aab6f2 #aaf2e6

Monochromatic Colors of #aadaf2

#aadaf2

Complementary Color

#aadaf2 #f2c2aa

#aadaf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaf2 Color CSS Codes

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

#aadaf2 Text Font Color

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

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


#aadaf2 Background Color

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

This div background color is #aadaf2


#aadaf2 Border Color

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

This div border color is #aadaf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaf2


Comments

No comments written yet.

Please login to write comment.