Color Hex Logo

#20a3d0 Color Hex

#20A3D0
(32,163,208)
0 Favorites   0 Comments

Color spaces of #20a3d0

RGB 32163208
HSL0.540.730.47
HSV195°85°82°
CMYK 0.850.220.00   0.18
XYZ25.078031.055564.3471
Yxy31.05550.20810.2578
Hunter Lab55.7275-17.1960-29.4515
CIE-Lab62.5545-17.9048-32.3977

#20a3d0 color RGB value is (32,163,208).

#20a3d0 hex color red value is 32, green value is 163 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #20a3d0 hue: 0.54 , saturation: 0.73 and the lightness value of 20a3d0 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10100011 11010000
Octal 40 243 320
Decimal 32 163 208
Hex 20 A3 D0

RGB Percentages of Color #20a3d0

%7.94
%40.45
%51.61

CMYK Percentages of Color #20a3d0

%85
%22
%0
%18

Triadic Colors of #20a3d0

#20a3d0 #d020a3 #a3d020

Analogous Colors of #20a3d0

#20a3d0 #204bd0 #20d0a5

Monochromatic Colors of #20a3d0

#20a3d0

Complementary Color

#20a3d0 #d04d20

#20a3d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20a3d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20a3d0 Color CSS Codes

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

#20a3d0 Text Font Color

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

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


#20a3d0 Background Color

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

This div background color is #20a3d0


#20a3d0 Border Color

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

This div border color is #20a3d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20a3d0


Comments

No comments written yet.

Please login to write comment.