Color Hex Logo

#20dadf Color Hex

#20DADF
(32,218,223)
0 Favorites   0 Comments

Color spaces of #20dadf

RGB 32218223
HSL0.500.750.50
HSV182°86°87°
CMYK 0.860.020.00   0.13
XYZ38.986455.777678.5234
Yxy55.77760.22500.3219
Hunter Lab74.6844-37.5180-10.0586
CIE-Lab79.4871-40.0799-14.7205

#20dadf color RGB value is (32,218,223).

#20dadf hex color red value is 32, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #20dadf hue: 0.50 , saturation: 0.75 and the lightness value of 20dadf is 0.50.

The process color (four color CMYK) of #20dadf color hex is 0.86, 0.02, 0.00, 0.13. Web safe color of #20dadf is #33cccc. Color #20dadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011010 11011111
Octal 40 332 337
Decimal 32 218 223
Hex 20 DA DF

RGB Percentages of Color #20dadf

%6.77
%46.09
%47.15

CMYK Percentages of Color #20dadf

%86
%2
%0
%13

Triadic Colors of #20dadf

#20dadf #df20da #dadf20

Analogous Colors of #20dadf

#20dadf #207bdf #20df85

Monochromatic Colors of #20dadf

#20dadf

Complementary Color

#20dadf #df2520

#20dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dadf Color CSS Codes

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

#20dadf Text Font Color

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

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


#20dadf Background Color

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

This div background color is #20dadf


#20dadf Border Color

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

This div border color is #20dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dadf


Comments

No comments written yet.

Please login to write comment.