color codes Logo

#20bdcc color codes

#20BDCC
(32,189,204)
0 Favorites   0 Comments

Color spaces of #20bdcc

RGB 32189204
HSL0.510.730.46
HSV185°84°80°
CMYK 0.840.070.00   0.20
XYZ29.692341.061963.4875
Yxy41.06190.22120.3059
Hunter Lab64.0796-29.4284-13.8865
CIE-Lab70.2193-32.3702-18.4318

#20bdcc color RGB value is (32,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111101 11001100
Octal 40 275 314
Decimal 32 189 204
Hex 20 BD CC

RGB Percentages of Color #20bdcc

%7.53
%44.47
%48.00

CMYK Percentages of Color #20bdcc

%84
%7
%0
%20

Triadic Colors of #20bdcc

#20bdcc #cc20bd #bdcc20

Analogous Colors of #20bdcc

#20bdcc #2067cc #20cc85

Monochromatic Colors of #20bdcc

#20bdcc

Complementary Color

#20bdcc #cc2f20

#20bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bdcc Color CSS Codes

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

#20bdcc Text Font Color

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

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


#20bdcc Background Color

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

This div background color is #20bdcc


#20bdcc Border Color

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

This div border color is #20bdcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,189,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 #20bdcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bdcc


Comments

No comments written yet.

Please login to write comment.