Color Hex Logo

#20bcdf Color Hex

#20BCDF
(32,188,223)
0 Favorites   0 Comments

Color spaces of #20bcdf

RGB 32188223
HSL0.530.750.50
HSV191°86°87°
CMYK 0.860.160.00   0.13
XYZ31.898241.601276.1607
Yxy41.60120.21310.2780
Hunter Lab64.4990-24.5954-24.8606
CIE-Lab70.5951-25.7885-28.2343

#20bcdf color RGB value is (32,188,223).

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

The process color (four color CMYK) of #20bcdf color hex is 0.86, 0.16, 0.00, 0.13. Web safe color of #20bcdf is #33cccc. Color #20bcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111100 11011111
Octal 40 274 337
Decimal 32 188 223
Hex 20 BC DF

RGB Percentages of Color #20bcdf

%7.22
%42.44
%50.34

CMYK Percentages of Color #20bcdf

%86
%16
%0
%13

Triadic Colors of #20bcdf

#20bcdf #df20bc #bcdf20

Analogous Colors of #20bcdf

#20bcdf #205ddf #20dfa3

Monochromatic Colors of #20bcdf

#20bcdf

Complementary Color

#20bcdf #df4320

#20bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bcdf Color CSS Codes

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

#20bcdf Text Font Color

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

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


#20bcdf Background Color

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

This div background color is #20bcdf


#20bcdf Border Color

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

This div border color is #20bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bcdf


Comments

No comments written yet.

Please login to write comment.