Color Hex Logo

#20acda Color Hex

#20ACDA
(32,172,218)
0 Favorites   0 Comments

Color spaces of #20acda

RGB 32172218
HSL0.540.740.49
HSV195°85°85°
CMYK 0.850.210.00   0.15
XYZ28.003134.874171.5851
Yxy34.87410.20830.2594
Hunter Lab59.0543-18.7017-30.5328
CIE-Lab65.6505-19.2370-33.1304

#20acda color RGB value is (32,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101100 11011010
Octal 40 254 332
Decimal 32 172 218
Hex 20 AC DA

RGB Percentages of Color #20acda

%7.58
%40.76
%51.66

CMYK Percentages of Color #20acda

%85
%21
%0
%15

Triadic Colors of #20acda

#20acda #da20ac #acda20

Analogous Colors of #20acda

#20acda #204fda #20daab

Monochromatic Colors of #20acda

#20acda

Complementary Color

#20acda #da4e20

#20acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#20acda Color CSS Codes

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

#20acda Text Font Color

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

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


#20acda Background Color

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

This div background color is #20acda


#20acda Border Color

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

This div border color is #20acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20acda


Comments

No comments written yet.

Please login to write comment.