Color Hex Logo

#aad4ff Color Hex

#AAD4FF
(170,212,255)
0 Favorites   0 Comments

Color spaces of #aad4ff

RGB 170212255
HSL0.581.000.83
HSV210°33°100°
CMYK 0.330.170.00   0.00
XYZ58.171062.8530103.6736
Yxy62.85300.25890.2797
Hunter Lab79.2799-7.7668-22.0371
CIE-Lab83.3650-3.7826-25.4392

#aad4ff color RGB value is (170,212,255).

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

The process color (four color CMYK) of #aad4ff color hex is 0.33, 0.17, 0.00, 0.00. Web safe color of #aad4ff is #99ccff. Color #aad4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 11111111
Octal 252 324 377
Decimal 170 212 255
Hex AA D4 FF

RGB Percentages of Color #aad4ff

%26.69
%33.28
%40.03

CMYK Percentages of Color #aad4ff

%33
%17
%0
%0

Triadic Colors of #aad4ff

#aad4ff #ffaad4 #d4ffaa

Analogous Colors of #aad4ff

#aad4ff #abaaff #aaffff

Monochromatic Colors of #aad4ff

#aad4ff

Complementary Color

#aad4ff #ffd5aa

#aad4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad4ff Color CSS Codes

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

#aad4ff Text Font Color

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

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


#aad4ff Background Color

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

This div background color is #aad4ff


#aad4ff Border Color

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

This div border color is #aad4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.