Color Hex Logo

#20865d Color Hex

#20865D
(32,134,93)
0 Favorites   0 Comments

Color spaces of #20865d

RGB 3213493
HSL0.430.610.33
HSV156°76°53°
CMYK 0.760.000.31   0.47
XYZ11.096518.147613.2739
Yxy18.14760.26100.4268
Hunter Lab42.6000-28.054111.3456
CIE-Lab49.6746-38.707714.0631

#20865d color RGB value is (32,134,93).

#20865d hex color red value is 32, green value is 134 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #20865d hue: 0.43 , saturation: 0.61 and the lightness value of 20865d is 0.33.

The process color (four color CMYK) of #20865d color hex is 0.76, 0.00, 0.31, 0.47. Web safe color of #20865d is #339966. Color #20865d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10000110 01011101
Octal 40 206 135
Decimal 32 134 93
Hex 20 86 5D

RGB Percentages of Color #20865d

%12.36
%51.74
%35.91

CMYK Percentages of Color #20865d

%76
%0
%31
%47

Triadic Colors of #20865d

#20865d #5d2086 #865d20

Analogous Colors of #20865d

#20865d #207c86 #20862a

Monochromatic Colors of #20865d

#20865d

Complementary Color

#20865d #862049

#20865d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20865d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20865d Color CSS Codes

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

#20865d Text Font Color

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

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


#20865d Background Color

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

This div background color is #20865d


#20865d Border Color

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

This div border color is #20865d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20865d


Comments

No comments written yet.

Please login to write comment.