Color Hex Logo

#aadcff Color Hex

#AADCFF
(170,220,255)
0 Favorites   0 Comments

Color spaces of #aadcff

RGB 170220255
HSL0.571.000.83
HSV205°33°100°
CMYK 0.330.140.00   0.00
XYZ60.220866.9524104.3569
Yxy66.95240.26010.2892
Hunter Lab81.8244-11.8211-18.3399
CIE-Lab85.4799-7.9699-22.2241

#aadcff color RGB value is (170,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 11111111
Octal 252 334 377
Decimal 170 220 255
Hex AA DC FF

RGB Percentages of Color #aadcff

%26.36
%34.11
%39.53

CMYK Percentages of Color #aadcff

%33
%14
%0
%0

Triadic Colors of #aadcff

#aadcff #ffaadc #dcffaa

Analogous Colors of #aadcff

#aadcff #aab2ff #aafff8

Monochromatic Colors of #aadcff

#aadcff

Complementary Color

#aadcff #ffcdaa

#aadcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadcff Color CSS Codes

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

#aadcff Text Font Color

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

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


#aadcff Background Color

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

This div background color is #aadcff


#aadcff Border Color

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

This div border color is #aadcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadcff


Comments

No comments written yet.

Please login to write comment.