Color Hex Logo

#11803b Color Hex

#11803B
(17,128,59)
0 Favorites   0 Comments

Color spaces of #11803b

RGB 1712859
HSL0.400.770.28
HSV143°87°50°
CMYK 0.870.000.54   0.50
XYZ8.739815.87336.7409
Yxy15.87330.27870.5063
Hunter Lab39.8413-30.565617.8574
CIE-Lab46.8078-45.044429.1700

#11803b color RGB value is (17,128,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000000 00111011
Octal 21 200 73
Decimal 17 128 59
Hex 11 80 3B

RGB Percentages of Color #11803b

%8.33
%62.75
%28.92

CMYK Percentages of Color #11803b

%87
%0
%54
%50

Triadic Colors of #11803b

#11803b #3b1180 #803b11

Analogous Colors of #11803b

#11803b #118073 #1f8011

Monochromatic Colors of #11803b

#11803b

Complementary Color

#11803b #801156

#11803b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11803b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11803b Color CSS Codes

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

#11803b Text Font Color

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

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


#11803b Background Color

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

This div background color is #11803b


#11803b Border Color

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

This div border color is #11803b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11803b


Comments

No comments written yet.

Please login to write comment.