Color Hex Logo

#20bbaf Color Hex

#20BBAF
(32,187,175)
0 Favorites   0 Comments

Color spaces of #20bbaf

RGB 32187175
HSL0.490.710.43
HSV175°83°73°
CMYK 0.830.000.06   0.27
XYZ26.103938.942946.6983
Yxy38.94290.23360.3485
Hunter Lab62.4042-34.5403-0.6849
CIE-Lab68.7099-40.1221-4.7747

#20bbaf color RGB value is (32,187,175).

#20bbaf hex color red value is 32, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #20bbaf hue: 0.49 , saturation: 0.71 and the lightness value of 20bbaf is 0.43.

The process color (four color CMYK) of #20bbaf color hex is 0.83, 0.00, 0.06, 0.27. Web safe color of #20bbaf is #33cc99. Color #20bbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111011 10101111
Octal 40 273 257
Decimal 32 187 175
Hex 20 BB AF

RGB Percentages of Color #20bbaf

%8.12
%47.46
%44.42

CMYK Percentages of Color #20bbaf

%83
%0
%6
%27

Triadic Colors of #20bbaf

#20bbaf #af20bb #bbaf20

Analogous Colors of #20bbaf

#20bbaf #207abb #20bb62

Monochromatic Colors of #20bbaf

#20bbaf

Complementary Color

#20bbaf #bb202c

#20bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bbaf Color CSS Codes

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

#20bbaf Text Font Color

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

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


#20bbaf Background Color

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

This div background color is #20bbaf


#20bbaf Border Color

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

This div border color is #20bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bbaf


Comments

No comments written yet.

Please login to write comment.