Color Hex Logo

#20dbbe Color Hex

#20DBBE
(32,219,190)
0 Favorites   0 Comments

Color spaces of #20dbbe

RGB 32219190
HSL0.470.750.49
HSV171°85°86°
CMYK 0.850.000.13   0.14
XYZ35.221454.687857.4146
Yxy54.68780.23910.3712
Hunter Lab73.9512-44.39885.7340
CIE-Lab78.8611-49.74771.9749

#20dbbe color RGB value is (32,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011011 10111110
Octal 40 333 276
Decimal 32 219 190
Hex 20 DB BE

RGB Percentages of Color #20dbbe

%7.26
%49.66
%43.08

CMYK Percentages of Color #20dbbe

%85
%0
%13
%14

Triadic Colors of #20dbbe

#20dbbe #be20db #dbbe20

Analogous Colors of #20dbbe

#20dbbe #209bdb #20db61

Monochromatic Colors of #20dbbe

#20dbbe

Complementary Color

#20dbbe #db203d

#20dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dbbe Color CSS Codes

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

#20dbbe Text Font Color

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

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


#20dbbe Background Color

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

This div background color is #20dbbe


#20dbbe Border Color

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

This div border color is #20dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dbbe


Comments

No comments written yet.

Please login to write comment.