Color Hex Logo

#20dfbb Color Hex

#20DFBB
(32,223,187)
0 Favorites   0 Comments

Color spaces of #20dfbb

RGB 32223187
HSL0.470.750.50
HSV169°86°87°
CMYK 0.860.000.16   0.13
XYZ35.953056.670356.0572
Yxy56.67030.24180.3812
Hunter Lab75.2797-46.48928.5453
CIE-Lab79.9938-52.16045.2114

#20dfbb color RGB value is (32,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011111 10111011
Octal 40 337 273
Decimal 32 223 187
Hex 20 DF BB

RGB Percentages of Color #20dfbb

%7.24
%50.45
%42.31

CMYK Percentages of Color #20dfbb

%86
%0
%16
%13

Triadic Colors of #20dfbb

#20dfbb #bb20df #dfbb20

Analogous Colors of #20dfbb

#20dfbb #20a4df #20df5b

Monochromatic Colors of #20dfbb

#20dfbb

Complementary Color

#20dfbb #df2044

#20dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dfbb Color CSS Codes

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

#20dfbb Text Font Color

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

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


#20dfbb Background Color

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

This div background color is #20dfbb


#20dfbb Border Color

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

This div border color is #20dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dfbb


Comments

No comments written yet.

Please login to write comment.