Color Hex Logo

#20adca Color Hex

#20ADCA
(32,173,202)
0 Favorites   0 Comments

Color spaces of #20adca

RGB 32173202
HSL0.530.730.46
HSV190°84°79°
CMYK 0.840.140.00   0.21
XYZ26.199934.458561.1474
Yxy34.45850.21510.2829
Hunter Lab58.7014-23.0583-20.6696
CIE-Lab65.3249-25.1336-24.7918

#20adca color RGB value is (32,173,202).

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

The process color (four color CMYK) of #20adca color hex is 0.84, 0.14, 0.00, 0.21. Web safe color of #20adca is #3399cc. Color #20adca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101101 11001010
Octal 40 255 312
Decimal 32 173 202
Hex 20 AD CA

RGB Percentages of Color #20adca

%7.86
%42.51
%49.63

CMYK Percentages of Color #20adca

%84
%14
%0
%21

Triadic Colors of #20adca

#20adca #ca20ad #adca20

Analogous Colors of #20adca

#20adca #2058ca #20ca92

Monochromatic Colors of #20adca

#20adca

Complementary Color

#20adca #ca3d20

#20adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#20adca Color CSS Codes

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

#20adca Text Font Color

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

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


#20adca Background Color

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

This div background color is #20adca


#20adca Border Color

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

This div border color is #20adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20adca


Comments

No comments written yet.

Please login to write comment.