Color Hex Logo

#11803c Color Hex

#11803C
(17,128,60)
0 Favorites   0 Comments

Color spaces of #11803c

RGB 1712860
HSL0.400.770.28
HSV143°87°50°
CMYK 0.870.000.53   0.50
XYZ8.765915.88386.8788
Yxy15.88380.27800.5038
Hunter Lab39.8545-30.484717.6648
CIE-Lab46.8217-44.879728.6580

#11803c color RGB value is (17,128,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000000 00111100
Octal 21 200 74
Decimal 17 128 60
Hex 11 80 3C

RGB Percentages of Color #11803c

%8.29
%62.44
%29.27

CMYK Percentages of Color #11803c

%87
%0
%53
%50

Triadic Colors of #11803c

#11803c #3c1180 #803c11

Analogous Colors of #11803c

#11803c #118074 #1e8011

Monochromatic Colors of #11803c

#11803c

Complementary Color

#11803c #801155

#11803c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11803c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11803c Color CSS Codes

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

#11803c Text Font Color

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

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


#11803c Background Color

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

This div background color is #11803c


#11803c Border Color

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

This div border color is #11803c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11803c


Comments

No comments written yet.

Please login to write comment.