Color Hex Logo

#aadcfa Color Hex

#AADCFA
(170,220,250)
0 Favorites   0 Comments

Color spaces of #aadcfa

RGB 170220250
HSL0.560.890.82
HSV203°32°98°
CMYK 0.320.120.00   0.02
XYZ59.426166.6346100.1722
Yxy66.63460.26270.2945
Hunter Lab81.6300-12.9057-15.6167
CIE-Lab85.3191-9.1741-19.8296

#aadcfa color RGB value is (170,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 11111010
Octal 252 334 372
Decimal 170 220 250
Hex AA DC FA

RGB Percentages of Color #aadcfa

%26.56
%34.38
%39.06

CMYK Percentages of Color #aadcfa

%32
%12
%0
%2

Triadic Colors of #aadcfa

#aadcfa #faaadc #dcfaaa

Analogous Colors of #aadcfa

#aadcfa #aab4fa #aafaf0

Monochromatic Colors of #aadcfa

#aadcfa

Complementary Color

#aadcfa #fac8aa

#aadcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadcfa Color CSS Codes

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

#aadcfa Text Font Color

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

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


#aadcfa Background Color

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

This div background color is #aadcfa


#aadcfa Border Color

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

This div border color is #aadcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadcfa


Comments

No comments written yet.

Please login to write comment.