Color Hex Logo

#20addc Color Hex

#20ADDC
(32,173,220)
0 Favorites   0 Comments

Color spaces of #20addc

RGB 32173220
HSL0.540.750.49
HSV195°85°86°
CMYK 0.850.210.00   0.14
XYZ28.457535.361573.0357
Yxy35.36150.20790.2584
Hunter Lab59.4655-18.6427-31.1942
CIE-Lab66.0292-19.0791-33.6444

#20addc color RGB value is (32,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101101 11011100
Octal 40 255 334
Decimal 32 173 220
Hex 20 AD DC

RGB Percentages of Color #20addc

%7.53
%40.71
%51.76

CMYK Percentages of Color #20addc

%85
%21
%0
%14

Triadic Colors of #20addc

#20addc #dc20ad #addc20

Analogous Colors of #20addc

#20addc #204fdc #20dcad

Monochromatic Colors of #20addc

#20addc

Complementary Color

#20addc #dc4f20

#20addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#20addc Color CSS Codes

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

#20addc Text Font Color

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

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


#20addc Background Color

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

This div background color is #20addc


#20addc Border Color

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

This div border color is #20addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20addc


Comments

No comments written yet.

Please login to write comment.