Color Hex Logo

#11813c Color Hex

#11813C
(17,129,60)
0 Favorites   0 Comments

Color spaces of #11813c

RGB 1712960
HSL0.400.770.29
HSV143°87°51°
CMYK 0.870.000.53   0.49
XYZ8.897016.14596.9225
Yxy16.14590.27830.5051
Hunter Lab40.1820-30.795417.9130
CIE-Lab47.1653-45.240429.0822

#11813c color RGB value is (17,129,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000001 00111100
Octal 21 201 74
Decimal 17 129 60
Hex 11 81 3C

RGB Percentages of Color #11813c

%8.25
%62.62
%29.13

CMYK Percentages of Color #11813c

%87
%0
%53
%49

Triadic Colors of #11813c

#11813c #3c1181 #813c11

Analogous Colors of #11813c

#11813c #118174 #1e8111

Monochromatic Colors of #11813c

#11813c

Complementary Color

#11813c #811156

#11813c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11813c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11813c Color CSS Codes

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

#11813c Text Font Color

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

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


#11813c Background Color

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

This div background color is #11813c


#11813c Border Color

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

This div border color is #11813c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,129,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 #11813c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11813c


Comments

No comments written yet.

Please login to write comment.