Color Hex Logo

#20cbdd Color Hex

#20CBDD
(32,203,221)
0 Favorites   0 Comments

Color spaces of #20cbdd

RGB 32203221
HSL0.520.750.50
HSV186°86°87°
CMYK 0.860.080.00   0.13
XYZ35.002748.239475.8729
Yxy48.23940.22000.3032
Hunter Lab69.4546-31.5877-16.1508
CIE-Lab74.9757-33.7450-20.4577

#20cbdd color RGB value is (32,203,221).

#20cbdd hex color red value is 32, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #20cbdd hue: 0.52 , saturation: 0.75 and the lightness value of 20cbdd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001011 11011101
Octal 40 313 335
Decimal 32 203 221
Hex 20 CB DD

RGB Percentages of Color #20cbdd

%7.02
%44.52
%48.46

CMYK Percentages of Color #20cbdd

%86
%8
%0
%13

Triadic Colors of #20cbdd

#20cbdd #dd20cb #cbdd20

Analogous Colors of #20cbdd

#20cbdd #206ddd #20dd91

Monochromatic Colors of #20cbdd

#20cbdd

Complementary Color

#20cbdd #dd3220

#20cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20cbdd Color CSS Codes

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

#20cbdd Text Font Color

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

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


#20cbdd Background Color

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

This div background color is #20cbdd


#20cbdd Border Color

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

This div border color is #20cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20cbdd


Comments

No comments written yet.

Please login to write comment.