Color Hex Logo

#20cadb Color Hex

#20CADB
(32,202,219)
0 Favorites   0 Comments

Color spaces of #20cadb

RGB 32202219
HSL0.520.750.49
HSV185°85°86°
CMYK 0.850.080.00   0.14
XYZ34.502447.662674.3992
Yxy47.66260.22040.3044
Hunter Lab69.0381-31.6097-15.5674
CIE-Lab74.6116-33.8915-19.9299

#20cadb color RGB value is (32,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001010 11011011
Octal 40 312 333
Decimal 32 202 219
Hex 20 CA DB

RGB Percentages of Color #20cadb

%7.06
%44.59
%48.34

CMYK Percentages of Color #20cadb

%85
%8
%0
%14

Triadic Colors of #20cadb

#20cadb #db20ca #cadb20

Analogous Colors of #20cadb

#20cadb #206ddb #20db8f

Monochromatic Colors of #20cadb

#20cadb

Complementary Color

#20cadb #db3120

#20cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#20cadb Color CSS Codes

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

#20cadb Text Font Color

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

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


#20cadb Background Color

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

This div background color is #20cadb


#20cadb Border Color

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

This div border color is #20cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20cadb


Comments

No comments written yet.

Please login to write comment.