Color Hex Logo

#20bbdd Color Hex

#20BBDD
(32,187,221)
0 Favorites   0 Comments

Color spaces of #20bbdd

RGB 32187221
HSL0.530.750.50
HSV191°86°87°
CMYK 0.860.150.00   0.13
XYZ31.417141.068274.6777
Yxy41.06820.21350.2791
Hunter Lab64.0845-24.6391-24.2316
CIE-Lab70.2237-25.9433-27.7148

#20bbdd color RGB value is (32,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111011 11011101
Octal 40 273 335
Decimal 32 187 221
Hex 20 BB DD

RGB Percentages of Color #20bbdd

%7.27
%42.50
%50.23

CMYK Percentages of Color #20bbdd

%86
%15
%0
%13

Triadic Colors of #20bbdd

#20bbdd #dd20bb #bbdd20

Analogous Colors of #20bbdd

#20bbdd #205cdd #20dda1

Monochromatic Colors of #20bbdd

#20bbdd

Complementary Color

#20bbdd #dd4220

#20bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bbdd Color CSS Codes

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

#20bbdd Text Font Color

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

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


#20bbdd Background Color

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

This div background color is #20bbdd


#20bbdd Border Color

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

This div border color is #20bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bbdd


Comments

No comments written yet.

Please login to write comment.