Color Hex Logo

#20acdb Color Hex

#20ACDB
(32,172,219)
0 Favorites   0 Comments

Color spaces of #20acdb

RGB 32172219
HSL0.540.750.49
HSV195°85°86°
CMYK 0.850.210.00   0.14
XYZ28.134434.926672.2765
Yxy34.92660.20790.2581
Hunter Lab59.0987-18.4465-31.1413
CIE-Lab65.6915-18.8943-33.6179

#20acdb color RGB value is (32,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101100 11011011
Octal 40 254 333
Decimal 32 172 219
Hex 20 AC DB

RGB Percentages of Color #20acdb

%7.57
%40.66
%51.77

CMYK Percentages of Color #20acdb

%85
%21
%0
%14

Triadic Colors of #20acdb

#20acdb #db20ac #acdb20

Analogous Colors of #20acdb

#20acdb #204fdb #20dbad

Monochromatic Colors of #20acdb

#20acdb

Complementary Color

#20acdb #db4f20

#20acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#20acdb Color CSS Codes

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

#20acdb Text Font Color

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

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


#20acdb Background Color

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

This div background color is #20acdb


#20acdb Border Color

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

This div border color is #20acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20acdb


Comments

No comments written yet.

Please login to write comment.