Color Hex Logo

#11823c Color Hex

#11823C
(17,130,60)
0 Favorites   0 Comments

Color spaces of #11823c

RGB 1713060
HSL0.400.770.29
HSV143°87°51°
CMYK 0.870.000.54   0.49
XYZ9.029416.41076.9666
Yxy16.41070.27860.5064
Hunter Lab40.5101-31.106418.1609
CIE-Lab47.5088-45.600129.5052

#11823c color RGB value is (17,130,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000010 00111100
Octal 21 202 74
Decimal 17 130 60
Hex 11 82 3C

RGB Percentages of Color #11823c

%8.21
%62.80
%28.99

CMYK Percentages of Color #11823c

%87
%0
%54
%49

Triadic Colors of #11823c

#11823c #3c1182 #823c11

Analogous Colors of #11823c

#11823c #118275 #1f8211

Monochromatic Colors of #11823c

#11823c

Complementary Color

#11823c #821157

#11823c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11823c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11823c Color CSS Codes

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

#11823c Text Font Color

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

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


#11823c Background Color

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

This div background color is #11823c


#11823c Border Color

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

This div border color is #11823c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11823c


Comments

No comments written yet.

Please login to write comment.