Color Hex Logo

#20bcda Color Hex

#20BCDA
(32,188,218)
0 Favorites   0 Comments

Color spaces of #20bcda

RGB 32188218
HSL0.530.740.49
HSV190°85°85°
CMYK 0.850.140.00   0.15
XYZ31.233841.335572.6620
Yxy41.33550.21510.2846
Hunter Lab64.2927-25.7958-22.0032
CIE-Lab70.4103-27.4215-25.7916

#20bcda color RGB value is (32,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111100 11011010
Octal 40 274 332
Decimal 32 188 218
Hex 20 BC DA

RGB Percentages of Color #20bcda

%7.31
%42.92
%49.77

CMYK Percentages of Color #20bcda

%85
%14
%0
%15

Triadic Colors of #20bcda

#20bcda #da20bc #bcda20

Analogous Colors of #20bcda

#20bcda #205fda #20da9b

Monochromatic Colors of #20bcda

#20bcda

Complementary Color

#20bcda #da3e20

#20bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bcda Color CSS Codes

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

#20bcda Text Font Color

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

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


#20bcda Background Color

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

This div background color is #20bcda


#20bcda Border Color

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

This div border color is #20bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bcda


Comments

No comments written yet.

Please login to write comment.