Color Hex Logo

#aadef1 Color Hex

#AADEF1
(170,222,241)
0 Favorites   0 Comments

Color spaces of #aadef1

RGB 170222241
HSL0.540.720.81
HSV196°29°95°
CMYK 0.290.080.00   0.05
XYZ58.576067.139593.0910
Yxy67.13950.26770.3068
Hunter Lab81.9387-15.7874-10.0026
CIE-Lab85.5743-12.3229-14.6935

#aadef1 color RGB value is (170,222,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 11110001
Octal 252 336 361
Decimal 170 222 241
Hex AA DE F1

RGB Percentages of Color #aadef1

%26.86
%35.07
%38.07

CMYK Percentages of Color #aadef1

%29
%8
%0
%5

Triadic Colors of #aadef1

#aadef1 #f1aade #def1aa

Analogous Colors of #aadef1

#aadef1 #aabbf1 #aaf1e1

Monochromatic Colors of #aadef1

#aadef1

Complementary Color

#aadef1 #f1bdaa

#aadef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadef1 Color CSS Codes

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

#aadef1 Text Font Color

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

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


#aadef1 Background Color

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

This div background color is #aadef1


#aadef1 Border Color

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

This div border color is #aadef1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,222,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 #aadef1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadef1


Comments

No comments written yet.

Please login to write comment.