Color Hex Logo

#aadaf5 Color Hex

#AADAF5
(170,218,245)
0 Favorites   0 Comments

Color spaces of #aadaf5

RGB 170218245
HSL0.560.790.81
HSV202°31°96°
CMYK 0.310.110.00   0.04
XYZ58.130465.281495.9230
Yxy65.28140.26500.2976
Hunter Lab80.7969-12.9704-13.8319
CIE-Lab84.6285-9.3278-18.2299

#aadaf5 color RGB value is (170,218,245).

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

The process color (four color CMYK) of #aadaf5 color hex is 0.31, 0.11, 0.00, 0.04. Web safe color of #aadaf5 is #99ccff. Color #aadaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11110101
Octal 252 332 365
Decimal 170 218 245
Hex AA DA F5

RGB Percentages of Color #aadaf5

%26.86
%34.44
%38.70

CMYK Percentages of Color #aadaf5

%31
%11
%0
%4

Triadic Colors of #aadaf5

#aadaf5 #f5aada #daf5aa

Analogous Colors of #aadaf5

#aadaf5 #aab5f5 #aaf5eb

Monochromatic Colors of #aadaf5

#aadaf5

Complementary Color

#aadaf5 #f5c5aa

#aadaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaf5 Color CSS Codes

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

#aadaf5 Text Font Color

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

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


#aadaf5 Background Color

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

This div background color is #aadaf5


#aadaf5 Border Color

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

This div border color is #aadaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaf5

Related Colors


Comments

No comments written yet.

Please login to write comment.