Color Hex Logo

#20999e Color Hex

#20999E
(32,153,158)
0 Favorites   0 Comments

Color spaces of #20999e

RGB 32153158
HSL0.510.660.37
HSV182°80°62°
CMYK 0.800.030.00   0.38
XYZ18.158525.558236.3239
Yxy25.55820.22690.3193
Hunter Lab50.5551-24.3574-7.2113
CIE-Lab57.6153-29.3351-11.7870

#20999e color RGB value is (32,153,158).

#20999e hex color red value is 32, green value is 153 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #20999e hue: 0.51 , saturation: 0.66 and the lightness value of 20999e is 0.37.

The process color (four color CMYK) of #20999e color hex is 0.80, 0.03, 0.00, 0.38. Web safe color of #20999e is #339999. Color #20999e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10011001 10011110
Octal 40 231 236
Decimal 32 153 158
Hex 20 99 9E

RGB Percentages of Color #20999e

%9.33
%44.61
%46.06

CMYK Percentages of Color #20999e

%80
%3
%0
%38

Triadic Colors of #20999e

#20999e #9e2099 #999e20

Analogous Colors of #20999e

#20999e #205a9e #209e64

Monochromatic Colors of #20999e

#20999e

Complementary Color

#20999e #9e2520

#20999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#20999e Color CSS Codes

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

#20999e Text Font Color

<p style="color:#20999e">Text here</p>

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


#20999e Background Color

<div style="background-color:#20999e">
Div content here</div>

This div background color is #20999e


#20999e Border Color

<div style="border:3px solid #20999e">
Div here</div>

This div border color is #20999e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,153,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20999e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20999e;
  -webkit-box-shadow: 1px 1px 3px 2px #20999e;
  box-shadow:         1px 1px 3px 2px #20999e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20999e


Comments

No comments written yet.

Please login to write comment.