Color Hex Logo

#aadcf0 Color Hex

#AADCF0
(170,220,240)
0 Favorites   0 Comments

Color spaces of #aadcf0

RGB 170220240
HSL0.550.700.80
HSV197°29°94°
CMYK 0.290.080.00   0.06
XYZ57.898966.023792.1303
Yxy66.02370.26800.3056
Hunter Lab81.2550-15.0045-10.3470
CIE-Lab85.0085-11.5297-15.0139

#aadcf0 color RGB value is (170,220,240).

#aadcf0 hex color red value is 170, green value is 220 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #aadcf0 hue: 0.55 , saturation: 0.70 and the lightness value of aadcf0 is 0.80.

The process color (four color CMYK) of #aadcf0 color hex is 0.29, 0.08, 0.00, 0.06. Web safe color of #aadcf0 is #99ccff. Color #aadcf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 11110000
Octal 252 334 360
Decimal 170 220 240
Hex AA DC F0

RGB Percentages of Color #aadcf0

%26.98
%34.92
%38.10

CMYK Percentages of Color #aadcf0

%29
%8
%0
%6

Triadic Colors of #aadcf0

#aadcf0 #f0aadc #dcf0aa

Analogous Colors of #aadcf0

#aadcf0 #aab9f0 #aaf0e1

Monochromatic Colors of #aadcf0

#aadcf0

Complementary Color

#aadcf0 #f0beaa

#aadcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadcf0 Color CSS Codes

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

#aadcf0 Text Font Color

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

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


#aadcf0 Background Color

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

This div background color is #aadcf0


#aadcf0 Border Color

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

This div border color is #aadcf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadcf0


Comments

No comments written yet.

Please login to write comment.