color codes Logo

#11794c color codes

#11794C
(17,121,76)
0 Favorites   0 Comments

Color spaces of #11794c

RGB 1712176
HSL0.430.750.27
HSV154°86°47°
CMYK 0.860.000.37   0.53
XYZ8.373014.31579.1594
Yxy14.31570.26290.4495
Hunter Lab37.8361-26.711712.1323
CIE-Lab44.6823-39.085216.9921

#11794c color RGB value is (17,121,76).

#11794c hex color red value is 17, green value is 121 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #11794c hue: 0.43 , saturation: 0.75 and the lightness value of 11794c is 0.27.

The process color (four color CMYK) of #11794c color code is 0.86, 0.00, 0.37, 0.53. Web safe color of #11794c is #006633. Color #11794c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111001 01001100
Octal 21 171 114
Decimal 17 121 76
Hex 11 79 4C

RGB Percentages of Color #11794c

%7.94
%56.54
%35.51

CMYK Percentages of Color #11794c

%86
%0
%37
%53

Triadic Colors of #11794c

#11794c #4c1179 #794c11

Analogous Colors of #11794c

#11794c #117279 #117918

Monochromatic Colors of #11794c

#11794c

Complementary Color

#11794c #79113e

#11794c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11794c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11794c Color CSS Codes

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

#11794c Text Font Color

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

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


#11794c Background Color

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

This div background color is #11794c


#11794c Border Color

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

This div border color is #11794c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11794c


Comments

No comments written yet.

Please login to write comment.