Color Hex Logo

#aadaf1 Color Hex

#AADAF1
(170,218,241)
0 Favorites   0 Comments

Color spaces of #aadaf1

RGB 170218241
HSL0.550.720.81
HSV199°29°95°
CMYK 0.290.100.00   0.05
XYZ57.526265.039792.7411
Yxy65.03970.26720.3021
Hunter Lab80.6472-13.8073-11.7281
CIE-Lab84.5042-10.2674-16.3005

#aadaf1 color RGB value is (170,218,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11110001
Octal 252 332 361
Decimal 170 218 241
Hex AA DA F1

RGB Percentages of Color #aadaf1

%27.03
%34.66
%38.31

CMYK Percentages of Color #aadaf1

%29
%10
%0
%5

Triadic Colors of #aadaf1

#aadaf1 #f1aada #daf1aa

Analogous Colors of #aadaf1

#aadaf1 #aab7f1 #aaf1e5

Monochromatic Colors of #aadaf1

#aadaf1

Complementary Color

#aadaf1 #f1c1aa

#aadaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaf1 Color CSS Codes

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

#aadaf1 Text Font Color

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

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


#aadaf1 Background Color

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

This div background color is #aadaf1


#aadaf1 Border Color

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

This div border color is #aadaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaf1


Comments

No comments written yet.

Please login to write comment.