Color Hex Logo

#20bbc7 Color Hex

#20BBC7
(32,187,199)
0 Favorites   0 Comments

Color spaces of #20bbc7

RGB 32187199
HSL0.510.720.45
HSV184°84°78°
CMYK 0.840.060.00   0.22
XYZ28.674839.971260.2367
Yxy39.97120.22250.3101
Hunter Lab63.2228-29.6809-12.2337
CIE-Lab69.4490-32.9706-16.8579

#20bbc7 color RGB value is (32,187,199).

#20bbc7 hex color red value is 32, green value is 187 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #20bbc7 hue: 0.51 , saturation: 0.72 and the lightness value of 20bbc7 is 0.45.

The process color (four color CMYK) of #20bbc7 color hex is 0.84, 0.06, 0.00, 0.22. Web safe color of #20bbc7 is #33cccc. Color #20bbc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111011 11000111
Octal 40 273 307
Decimal 32 187 199
Hex 20 BB C7

RGB Percentages of Color #20bbc7

%7.66
%44.74
%47.61

CMYK Percentages of Color #20bbc7

%84
%6
%0
%22

Triadic Colors of #20bbc7

#20bbc7 #c720bb #bbc720

Analogous Colors of #20bbc7

#20bbc7 #2068c7 #20c780

Monochromatic Colors of #20bbc7

#20bbc7

Complementary Color

#20bbc7 #c72c20

#20bbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bbc7 Color CSS Codes

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

#20bbc7 Text Font Color

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

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


#20bbc7 Background Color

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

This div background color is #20bbc7


#20bbc7 Border Color

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

This div border color is #20bbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bbc7


Comments

No comments written yet.

Please login to write comment.