Color Hex Logo

#aad4fa Color Hex

#AAD4FA
(170,212,250)
0 Favorites   0 Comments

Color spaces of #aad4fa

RGB 170212250
HSL0.580.890.82
HSV209°32°98°
CMYK 0.320.150.00   0.02
XYZ57.376462.535199.4889
Yxy62.53510.26150.2850
Hunter Lab79.0791-8.8766-19.2369
CIE-Lab83.1972-5.0011-23.0448

#aad4fa color RGB value is (170,212,250).

#aad4fa hex color red value is 170, green value is 212 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aad4fa hue: 0.58 , saturation: 0.89 and the lightness value of aad4fa is 0.82.

The process color (four color CMYK) of #aad4fa color hex is 0.32, 0.15, 0.00, 0.02. Web safe color of #aad4fa is #99ccff. Color #aad4fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 11111010
Octal 252 324 372
Decimal 170 212 250
Hex AA D4 FA

RGB Percentages of Color #aad4fa

%26.90
%33.54
%39.56

CMYK Percentages of Color #aad4fa

%32
%15
%0
%2

Triadic Colors of #aad4fa

#aad4fa #faaad4 #d4faaa

Analogous Colors of #aad4fa

#aad4fa #aaacfa #aafaf8

Monochromatic Colors of #aad4fa

#aad4fa

Complementary Color

#aad4fa #fad0aa

#aad4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad4fa Color CSS Codes

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

#aad4fa Text Font Color

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

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


#aad4fa Background Color

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

This div background color is #aad4fa


#aad4fa Border Color

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

This div border color is #aad4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad4fa


Comments

No comments written yet.

Please login to write comment.