Color Hex Logo

#20896d Color Hex

#20896D
(32,137,109)
0 Favorites   0 Comments

Color spaces of #20896d

RGB 32137109
HSL0.460.620.33
HSV164°77°54°
CMYK 0.770.000.20   0.46
XYZ12.301619.302517.5454
Yxy19.30250.25030.3927
Hunter Lab43.9346-26.90597.0766
CIE-Lab51.0393-36.04556.7510

#20896d color RGB value is (32,137,109).

#20896d hex color red value is 32, green value is 137 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #20896d hue: 0.46 , saturation: 0.62 and the lightness value of 20896d is 0.33.

The process color (four color CMYK) of #20896d color hex is 0.77, 0.00, 0.20, 0.46. Web safe color of #20896d is #339966. Color #20896d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001001 01101101
Octal 40 211 155
Decimal 32 137 109
Hex 20 89 6D

RGB Percentages of Color #20896d

%11.51
%49.28
%39.21

CMYK Percentages of Color #20896d

%77
%0
%20
%46

Triadic Colors of #20896d

#20896d #6d2089 #896d20

Analogous Colors of #20896d

#20896d #207189 #208939

Monochromatic Colors of #20896d

#20896d

Complementary Color

#20896d #89203c

#20896d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20896d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20896d Color CSS Codes

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

#20896d Text Font Color

<p style="color:#20896d">Text here</p>

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


#20896d Background Color

<div style="background-color:#20896d">
Div content here</div>

This div background color is #20896d


#20896d Border Color

<div style="border:3px solid #20896d">
Div here</div>

This div border color is #20896d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,137,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20896d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20896d;
  -webkit-box-shadow: 1px 1px 3px 2px #20896d;
  box-shadow:         1px 1px 3px 2px #20896d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20896d


Comments

No comments written yet.

Please login to write comment.