Color Hex Logo

#20bddc Color Hex

#20BDDC
(32,189,220)
0 Favorites   0 Comments

Color spaces of #20bddc

RGB 32189220
HSL0.530.750.49
HSV190°85°86°
CMYK 0.850.140.00   0.14
XYZ31.711541.869674.1204
Yxy41.86960.21470.2835
Hunter Lab64.7067-25.7574-22.6209
CIE-Lab70.7809-27.2687-26.3142

#20bddc color RGB value is (32,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111101 11011100
Octal 40 275 334
Decimal 32 189 220
Hex 20 BD DC

RGB Percentages of Color #20bddc

%7.26
%42.86
%49.89

CMYK Percentages of Color #20bddc

%85
%14
%0
%14

Triadic Colors of #20bddc

#20bddc #dc20bd #bddc20

Analogous Colors of #20bddc

#20bddc #205fdc #20dc9d

Monochromatic Colors of #20bddc

#20bddc

Complementary Color

#20bddc #dc3f20

#20bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bddc Color CSS Codes

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

#20bddc Text Font Color

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

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


#20bddc Background Color

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

This div background color is #20bddc


#20bddc Border Color

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

This div border color is #20bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bddc


Comments

No comments written yet.

Please login to write comment.