Color Hex Logo

#20cacd Color Hex

#20CACD
(32,202,205)
0 Favorites   0 Comments

Color spaces of #20cacd

RGB 32202205
HSL0.500.730.46
HSV181°84°80°
CMYK 0.840.010.00   0.20
XYZ32.735646.955965.0957
Yxy46.95590.22610.3243
Hunter Lab68.5244-34.6443-8.3563
CIE-Lab74.1616-38.1468-13.0339

#20cacd color RGB value is (32,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001010 11001101
Octal 40 312 315
Decimal 32 202 205
Hex 20 CA CD

RGB Percentages of Color #20cacd

%7.29
%46.01
%46.70

CMYK Percentages of Color #20cacd

%84
%1
%0
%20

Triadic Colors of #20cacd

#20cacd #cd20ca #cacd20

Analogous Colors of #20cacd

#20cacd #2074cd #20cd7a

Monochromatic Colors of #20cacd

#20cacd

Complementary Color

#20cacd #cd2320

#20cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20cacd Color CSS Codes

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

#20cacd Text Font Color

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

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


#20cacd Background Color

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

This div background color is #20cacd


#20cacd Border Color

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

This div border color is #20cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20cacd


Comments

No comments written yet.

Please login to write comment.