Color Hex Logo

#20becc Color Hex

#20BECC
(32,190,204)
0 Favorites   0 Comments

Color spaces of #20becc

RGB 32190204
HSL0.510.730.46
HSV185°84°80°
CMYK 0.840.070.00   0.20
XYZ29.908241.493663.5595
Yxy41.49360.22160.3074
Hunter Lab64.4155-29.8494-13.4112
CIE-Lab70.5204-32.8478-17.9758

#20becc color RGB value is (32,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111110 11001100
Octal 40 276 314
Decimal 32 190 204
Hex 20 BE CC

RGB Percentages of Color #20becc

%7.51
%44.60
%47.89

CMYK Percentages of Color #20becc

%84
%7
%0
%20

Triadic Colors of #20becc

#20becc #cc20be #becc20

Analogous Colors of #20becc

#20becc #2068cc #20cc84

Monochromatic Colors of #20becc

#20becc

Complementary Color

#20becc #cc2e20

#20becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#20becc Color CSS Codes

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

#20becc Text Font Color

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

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


#20becc Background Color

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

This div background color is #20becc


#20becc Border Color

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

This div border color is #20becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20becc


Comments

No comments written yet.

Please login to write comment.