Color Hex Logo

#20bdec Color Hex

#20BDEC
(32,189,236)
0 Favorites   0 Comments

Color spaces of #20bdec

RGB 32189236
HSL0.540.840.53
HSV194°86°93°
CMYK 0.860.200.00   0.07
XYZ33.933642.758485.8216
Yxy42.75840.20880.2631
Hunter Lab65.3899-21.8011-32.0428
CIE-Lab71.3907-21.9791-34.0726

#20bdec color RGB value is (32,189,236).

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

The process color (four color CMYK) of #20bdec color hex is 0.86, 0.20, 0.00, 0.07. Web safe color of #20bdec is #33ccff. Color #20bdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111101 11101100
Octal 40 275 354
Decimal 32 189 236
Hex 20 BD EC

RGB Percentages of Color #20bdec

%7.00
%41.36
%51.64

CMYK Percentages of Color #20bdec

%86
%20
%0
%7

Triadic Colors of #20bdec

#20bdec #ec20bd #bdec20

Analogous Colors of #20bdec

#20bdec #2057ec #20ecb5

Monochromatic Colors of #20bdec

#20bdec

Complementary Color

#20bdec #ec4f20

#20bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bdec Color CSS Codes

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

#20bdec Text Font Color

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

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


#20bdec Background Color

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

This div background color is #20bdec


#20bdec Border Color

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

This div border color is #20bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bdec


Comments

No comments written yet.

Please login to write comment.