Color Hex Logo

#20aade Color Hex

#20AADE
(32,170,222)
0 Favorites   0 Comments

Color spaces of #20aade

RGB 32170222
HSL0.550.750.50
HSV196°86°87°
CMYK 0.860.230.00   0.13
XYZ28.155234.330574.2497
Yxy34.33050.20590.2511
Hunter Lab58.5922-16.7622-34.1194
CIE-Lab65.2241-16.7975-35.9972

#20aade color RGB value is (32,170,222).

#20aade hex color red value is 32, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #20aade hue: 0.55 , saturation: 0.75 and the lightness value of 20aade is 0.50.

The process color (four color CMYK) of #20aade color hex is 0.86, 0.23, 0.00, 0.13. Web safe color of #20aade is #3399cc. Color #20aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101010 11011110
Octal 40 252 336
Decimal 32 170 222
Hex 20 AA DE

RGB Percentages of Color #20aade

%7.55
%40.09
%52.36

CMYK Percentages of Color #20aade

%86
%23
%0
%13

Triadic Colors of #20aade

#20aade #de20aa #aade20

Analogous Colors of #20aade

#20aade #204bde #20deb3

Monochromatic Colors of #20aade

#20aade

Complementary Color

#20aade #de5420

#20aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#20aade Color CSS Codes

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

#20aade Text Font Color

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

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


#20aade Background Color

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

This div background color is #20aade


#20aade Border Color

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

This div border color is #20aade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,170,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20aade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20aade;
  -webkit-box-shadow: 1px 1px 3px 2px #20aade;
  box-shadow:         1px 1px 3px 2px #20aade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20aade


Comments

No comments written yet.

Please login to write comment.