Color Hex Logo

#20aedd Color Hex

#20AEDD
(32,174,221)
0 Favorites   0 Comments

Color spaces of #20aedd

RGB 32174221
HSL0.540.750.50
HSV195°86°87°
CMYK 0.860.210.00   0.13
XYZ28.782935.799673.7996
Yxy35.79960.20800.2587
Hunter Lab59.8328-18.8389-31.2472
CIE-Lab66.3665-19.2631-33.6710

#20aedd color RGB value is (32,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101110 11011101
Octal 40 256 335
Decimal 32 174 221
Hex 20 AE DD

RGB Percentages of Color #20aedd

%7.49
%40.75
%51.76

CMYK Percentages of Color #20aedd

%86
%21
%0
%13

Triadic Colors of #20aedd

#20aedd #dd20ae #aedd20

Analogous Colors of #20aedd

#20aedd #204fdd #20ddae

Monochromatic Colors of #20aedd

#20aedd

Complementary Color

#20aedd #dd4f20

#20aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20aedd Color CSS Codes

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

#20aedd Text Font Color

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

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


#20aedd Background Color

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

This div background color is #20aedd


#20aedd Border Color

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

This div border color is #20aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20aedd


Comments

No comments written yet.

Please login to write comment.