Color Hex Logo

#20bedb Color Hex

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

Color spaces of #20bedb

RGB 32190219
HSL0.530.750.49
HSV189°85°86°
CMYK 0.850.130.00   0.14
XYZ31.795342.248573.4968
Yxy42.24850.21550.2864
Hunter Lab64.9988-26.4316-21.5424
CIE-Lab71.0419-28.0885-25.3694

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

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

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

Base Numbers

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

RGB Percentages of Color #20bedb

%7.26
%43.08
%49.66

CMYK Percentages of Color #20bedb

%85
%13
%0
%14

Triadic Colors of #20bedb

#20bedb #db20be #bedb20

Analogous Colors of #20bedb

#20bedb #2061db #20db9b

Monochromatic Colors of #20bedb

#20bedb

Complementary Color

#20bedb #db3d20

#20bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bedb Color CSS Codes

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

#20bedb Text Font Color

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

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


#20bedb Background Color

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

This div background color is #20bedb


#20bedb Border Color

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

This div border color is #20bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bedb

#20bedb Color Palettes


Comments

No comments written yet.

Please login to write comment.