Color Hex Logo

#20bd9a Color Hex

#20BD9A
(32,189,154)
0 Favorites   0 Comments

Color spaces of #20bd9a

RGB 32189154
HSL0.460.710.43
HSV167°83°74°
CMYK 0.830.000.19   0.26
XYZ24.626039.035436.8085
Yxy39.03540.24510.3885
Hunter Lab62.4783-38.98088.8047
CIE-Lab68.7769-46.66406.8430

#20bd9a color RGB value is (32,189,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111101 10011010
Octal 40 275 232
Decimal 32 189 154
Hex 20 BD 9A

RGB Percentages of Color #20bd9a

%8.53
%50.40
%41.07

CMYK Percentages of Color #20bd9a

%83
%0
%19
%26

Triadic Colors of #20bd9a

#20bd9a #9a20bd #bd9a20

Analogous Colors of #20bd9a

#20bd9a #2092bd #20bd4c

Monochromatic Colors of #20bd9a

#20bd9a

Complementary Color

#20bd9a #bd2043

#20bd9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bd9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bd9a Color CSS Codes

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

#20bd9a Text Font Color

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

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


#20bd9a Background Color

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

This div background color is #20bd9a


#20bd9a Border Color

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

This div border color is #20bd9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bd9a


Comments

No comments written yet.

Please login to write comment.