Color Hex Logo

#20dbfa Color Hex

#20DBFA
(32,219,250)
0 Favorites   0 Comments

Color spaces of #20dbfa

RGB 32219250
HSL0.520.960.55
HSV189°87°98°
CMYK 0.870.120.00   0.02
XYZ43.182557.872299.3370
Yxy57.87220.21550.2888
Hunter Lab76.0738-31.8054-24.1691
CIE-Lab80.6677-32.2919-27.3071

#20dbfa color RGB value is (32,219,250).

#20dbfa hex color red value is 32, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #20dbfa hue: 0.52 , saturation: 0.96 and the lightness value of 20dbfa is 0.55.

The process color (four color CMYK) of #20dbfa color hex is 0.87, 0.12, 0.00, 0.02. Web safe color of #20dbfa is #33ccff. Color #20dbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011011 11111010
Octal 40 333 372
Decimal 32 219 250
Hex 20 DB FA

RGB Percentages of Color #20dbfa

%6.39
%43.71
%49.90

CMYK Percentages of Color #20dbfa

%87
%12
%0
%2

Triadic Colors of #20dbfa

#20dbfa #fa20db #dbfa20

Analogous Colors of #20dbfa

#20dbfa #206efa #20faac

Monochromatic Colors of #20dbfa

#20dbfa

Complementary Color

#20dbfa #fa3f20

#20dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dbfa Color CSS Codes

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

#20dbfa Text Font Color

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

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


#20dbfa Background Color

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

This div background color is #20dbfa


#20dbfa Border Color

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

This div border color is #20dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dbfa


Comments

No comments written yet.

Please login to write comment.