Color Hex Logo

#20becd Color Hex

#20BECD
(32,190,205)
0 Favorites   0 Comments

Color spaces of #20becd

RGB 32190205
HSL0.510.730.46
HSV185°84°80°
CMYK 0.840.070.00   0.20
XYZ30.028641.541864.1933
Yxy41.54180.22120.3060
Hunter Lab64.4529-29.6295-13.9341
CIE-Lab70.5539-32.5364-18.4718

#20becd color RGB value is (32,190,205).

#20becd hex color red value is 32, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #20becd hue: 0.51 , saturation: 0.73 and the lightness value of 20becd is 0.46.

The process color (four color CMYK) of #20becd color hex is 0.84, 0.07, 0.00, 0.20. Web safe color of #20becd is #33cccc. Color #20becd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111110 11001101
Octal 40 276 315
Decimal 32 190 205
Hex 20 BE CD

RGB Percentages of Color #20becd

%7.49
%44.50
%48.01

CMYK Percentages of Color #20becd

%84
%7
%0
%20

Triadic Colors of #20becd

#20becd #cd20be #becd20

Analogous Colors of #20becd

#20becd #2068cd #20cd86

Monochromatic Colors of #20becd

#20becd

Complementary Color

#20becd #cd2f20

#20becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20becd Color CSS Codes

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

#20becd Text Font Color

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

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


#20becd Background Color

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

This div background color is #20becd


#20becd Border Color

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

This div border color is #20becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20becd


Comments

No comments written yet.

Please login to write comment.