Color Hex Logo

#11803d Color Hex

#11803D
(17,128,61)
0 Favorites   0 Comments

Color spaces of #11803d

RGB 1712861
HSL0.400.770.28
HSV144°87°50°
CMYK 0.870.000.52   0.50
XYZ8.792615.89447.0194
Yxy15.89440.27730.5013
Hunter Lab39.8678-30.401517.4684
CIE-Lab46.8356-44.710828.1430

#11803d color RGB value is (17,128,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000000 00111101
Octal 21 200 75
Decimal 17 128 61
Hex 11 80 3D

RGB Percentages of Color #11803d

%8.25
%62.14
%29.61

CMYK Percentages of Color #11803d

%87
%0
%52
%50

Triadic Colors of #11803d

#11803d #3d1180 #803d11

Analogous Colors of #11803d

#11803d #118075 #1d8011

Monochromatic Colors of #11803d

#11803d

Complementary Color

#11803d #801154

#11803d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11803d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11803d Color CSS Codes

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

#11803d Text Font Color

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

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


#11803d Background Color

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

This div background color is #11803d


#11803d Border Color

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

This div border color is #11803d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11803d


Comments

No comments written yet.

Please login to write comment.