Color Hex Logo

#20cedd Color Hex

#20CEDD
(32,206,221)
0 Favorites   0 Comments

Color spaces of #20cedd

RGB 32206221
HSL0.510.750.50
HSV185°86°87°
CMYK 0.860.070.00   0.13
XYZ35.718149.670176.1114
Yxy49.67010.22120.3076
Hunter Lab70.4770-32.8701-14.6961
CIE-Lab75.8663-35.1588-19.1077

#20cedd color RGB value is (32,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001110 11011101
Octal 40 316 335
Decimal 32 206 221
Hex 20 CE DD

RGB Percentages of Color #20cedd

%6.97
%44.88
%48.15

CMYK Percentages of Color #20cedd

%86
%7
%0
%13

Triadic Colors of #20cedd

#20cedd #dd20ce #cedd20

Analogous Colors of #20cedd

#20cedd #2070dd #20dd8e

Monochromatic Colors of #20cedd

#20cedd

Complementary Color

#20cedd #dd2f20

#20cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20cedd Color CSS Codes

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

#20cedd Text Font Color

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

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


#20cedd Background Color

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

This div background color is #20cedd


#20cedd Border Color

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

This div border color is #20cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20cedd


Comments

No comments written yet.

Please login to write comment.