Color Hex Logo

#20a3da Color Hex

#20A3DA
(32,163,218)
0 Favorites   0 Comments

Color spaces of #20a3da

RGB 32163218
HSL0.550.740.49
HSV198°85°85°
CMYK 0.850.250.00   0.15
XYZ26.347731.563471.0333
Yxy31.56340.20430.2448
Hunter Lab56.1813-14.6050-35.6369
CIE-Lab62.9804-14.4173-37.2861

#20a3da color RGB value is (32,163,218).

#20a3da hex color red value is 32, green value is 163 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #20a3da hue: 0.55 , saturation: 0.74 and the lightness value of 20a3da is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10100011 11011010
Octal 40 243 332
Decimal 32 163 218
Hex 20 A3 DA

RGB Percentages of Color #20a3da

%7.75
%39.47
%52.78

CMYK Percentages of Color #20a3da

%85
%25
%0
%15

Triadic Colors of #20a3da

#20a3da #da20a3 #a3da20

Analogous Colors of #20a3da

#20a3da #2046da #20dab4

Monochromatic Colors of #20a3da

#20a3da

Complementary Color

#20a3da #da5720

#20a3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20a3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#20a3da Color CSS Codes

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

#20a3da Text Font Color

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

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


#20a3da Background Color

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

This div background color is #20a3da


#20a3da Border Color

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

This div border color is #20a3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20a3da


Comments

No comments written yet.

Please login to write comment.