Color Hex Logo

#20aadc Color Hex

#20AADC
(32,170,220)
0 Favorites   0 Comments

Color spaces of #20aadc

RGB 32170220
HSL0.540.750.49
HSV196°85°86°
CMYK 0.850.230.00   0.14
XYZ27.888734.223872.8461
Yxy34.22380.20660.2536
Hunter Lab58.5011-17.2823-32.8777
CIE-Lab65.1398-17.4894-35.0261

#20aadc color RGB value is (32,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101010 11011100
Octal 40 252 334
Decimal 32 170 220
Hex 20 AA DC

RGB Percentages of Color #20aadc

%7.58
%40.28
%52.13

CMYK Percentages of Color #20aadc

%85
%23
%0
%14

Triadic Colors of #20aadc

#20aadc #dc20aa #aadc20

Analogous Colors of #20aadc

#20aadc #204cdc #20dcb0

Monochromatic Colors of #20aadc

#20aadc

Complementary Color

#20aadc #dc5220

#20aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#20aadc Color CSS Codes

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

#20aadc Text Font Color

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

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


#20aadc Background Color

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

This div background color is #20aadc


#20aadc Border Color

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

This div border color is #20aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20aadc


Comments

No comments written yet.

Please login to write comment.