Color Hex Logo

#11803e Color Hex

#11803E
(17,128,62)
0 Favorites   0 Comments

Color spaces of #11803e

RGB 1712862
HSL0.400.770.28
HSV144°87°50°
CMYK 0.870.000.52   0.50
XYZ8.819815.90537.1626
Yxy15.90530.27660.4988
Hunter Lab39.8814-30.317217.2687
CIE-Lab46.8500-44.539727.6261

#11803e color RGB value is (17,128,62).

#11803e hex color red value is 17, green value is 128 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #11803e hue: 0.40 , saturation: 0.77 and the lightness value of 11803e is 0.28.

The process color (four color CMYK) of #11803e color hex is 0.87, 0.00, 0.52, 0.50. Web safe color of #11803e is #009933. Color #11803e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000000 00111110
Octal 21 200 76
Decimal 17 128 62
Hex 11 80 3E

RGB Percentages of Color #11803e

%8.21
%61.84
%29.95

CMYK Percentages of Color #11803e

%87
%0
%52
%50

Triadic Colors of #11803e

#11803e #3e1180 #803e11

Analogous Colors of #11803e

#11803e #118076 #1c8011

Monochromatic Colors of #11803e

#11803e

Complementary Color

#11803e #801153

#11803e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11803e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11803e Color CSS Codes

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

#11803e Text Font Color

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

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


#11803e Background Color

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

This div background color is #11803e


#11803e Border Color

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

This div border color is #11803e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,128,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11803e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11803e;
  -webkit-box-shadow: 1px 1px 3px 2px #11803e;
  box-shadow:         1px 1px 3px 2px #11803e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,128,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11803e


Comments

No comments written yet.

Please login to write comment.