Color Hex Logo

#20797e Color Hex

#20797E
(32,121,126)
0 Favorites   0 Comments

Color spaces of #20797e

RGB 32121126
HSL0.510.590.31
HSV183°75°49°
CMYK 0.750.040.00   0.51
XYZ11.198915.488222.1379
Yxy15.48820.22940.3172
Hunter Lab39.3551-18.0773-5.8031
CIE-Lab46.2957-23.3941-10.1976

#20797e color RGB value is (32,121,126).

#20797e hex color red value is 32, green value is 121 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #20797e hue: 0.51 , saturation: 0.59 and the lightness value of 20797e is 0.31.

The process color (four color CMYK) of #20797e color hex is 0.75, 0.04, 0.00, 0.51. Web safe color of #20797e is #336666. Color #20797e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01111001 01111110
Octal 40 171 176
Decimal 32 121 126
Hex 20 79 7E

RGB Percentages of Color #20797e

%11.47
%43.37
%45.16

CMYK Percentages of Color #20797e

%75
%4
%0
%51

Triadic Colors of #20797e

#20797e #7e2079 #797e20

Analogous Colors of #20797e

#20797e #204a7e #207e54

Monochromatic Colors of #20797e

#20797e

Complementary Color

#20797e #7e2520

#20797e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20797e Color Preview on White Background

Lorem ipsum dolor sit amet.

#20797e Color CSS Codes

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

#20797e Text Font Color

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

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


#20797e Background Color

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

This div background color is #20797e


#20797e Border Color

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

This div border color is #20797e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20797e


Comments

No comments written yet.

Please login to write comment.