Color Hex Logo

#20735e Color Hex

#20735E
(32,115,94)
0 Favorites   0 Comments

Color spaces of #20735e

RGB 3211594
HSL0.460.560.29
HSV165°72°45°
CMYK 0.720.000.18   0.55
XYZ8.746813.376712.7106
Yxy13.37670.25110.3840
Hunter Lab36.5742-21.31614.9969
CIE-Lab43.3254-29.97394.5393

#20735e color RGB value is (32,115,94).

#20735e hex color red value is 32, green value is 115 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #20735e hue: 0.46 , saturation: 0.56 and the lightness value of 20735e is 0.29.

The process color (four color CMYK) of #20735e color hex is 0.72, 0.00, 0.18, 0.55. Web safe color of #20735e is #336666. Color #20735e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01110011 01011110
Octal 40 163 136
Decimal 32 115 94
Hex 20 73 5E

RGB Percentages of Color #20735e

%13.28
%47.72
%39.00

CMYK Percentages of Color #20735e

%72
%0
%18
%55

Triadic Colors of #20735e

#20735e #5e2073 #735e20

Analogous Colors of #20735e

#20735e #205f73 #207335

Monochromatic Colors of #20735e

#20735e

Complementary Color

#20735e #732035

#20735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#20735e Color CSS Codes

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

#20735e Text Font Color

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

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


#20735e Background Color

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

This div background color is #20735e


#20735e Border Color

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

This div border color is #20735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20735e


Comments

No comments written yet.

Please login to write comment.