color codes Logo

#20daff color codes

#20DAFF
(32,218,255)
0 Favorites   0 Comments

Color spaces of #20daff

RGB 32218255
HSL0.531.000.56
HSV190°87°100°
CMYK 0.870.150.00   0.00
XYZ43.717157.6699103.4350
Yxy57.66990.21340.2816
Hunter Lab75.9407-30.1384-27.5974
CIE-Lab80.5549-30.2262-30.1331

#20daff color RGB value is (32,218,255).

#20daff hex color red value is 32, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #20daff hue: 0.53 , saturation: 1.00 and the lightness value of 20daff is 0.56.

The process color (four color CMYK) of #20daff color code is 0.87, 0.15, 0.00, 0.00. Web safe color of #20daff is #33ccff. Color #20daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011010 11111111
Octal 40 332 377
Decimal 32 218 255
Hex 20 DA FF

RGB Percentages of Color #20daff

%6.34
%43.17
%50.50

CMYK Percentages of Color #20daff

%87
%15
%0
%0

Triadic Colors of #20daff

#20daff #ff20da #daff20

Analogous Colors of #20daff

#20daff #206bff #20ffb5

Monochromatic Colors of #20daff

#20daff

Complementary Color

#20daff #ff4520

#20daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#20daff Color CSS Codes

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

#20daff Text Font Color

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

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


#20daff Background Color

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

This div background color is #20daff


#20daff Border Color

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

This div border color is #20daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20daff

Related Colors


Comments

No comments written yet.

Please login to write comment.