Color Hex Logo

#11726c Color Hex

#11726C
(17,114,108)
0 Favorites   0 Comments

Color spaces of #11726c

RGB 17114108
HSL0.490.740.26
HSV176°85°45°
CMYK 0.850.000.05   0.55
XYZ8.955313.236516.2703
Yxy13.23650.23280.3441
Hunter Lab36.3820-19.7314-1.0475
CIE-Lab43.1175-27.2978-4.2043

#11726c color RGB value is (17,114,108).

#11726c hex color red value is 17, green value is 114 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #11726c hue: 0.49 , saturation: 0.74 and the lightness value of 11726c is 0.26.

The process color (four color CMYK) of #11726c color hex is 0.85, 0.00, 0.05, 0.55. Web safe color of #11726c is #006666. Color #11726c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110010 01101100
Octal 21 162 154
Decimal 17 114 108
Hex 11 72 6C

RGB Percentages of Color #11726c

%7.11
%47.70
%45.19

CMYK Percentages of Color #11726c

%85
%0
%5
%55

Triadic Colors of #11726c

#11726c #6c1172 #726c11

Analogous Colors of #11726c

#11726c #114872 #11723c

Monochromatic Colors of #11726c

#11726c

Complementary Color

#11726c #721117

#11726c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11726c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11726c Color CSS Codes

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

#11726c Text Font Color

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

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


#11726c Background Color

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

This div background color is #11726c


#11726c Border Color

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

This div border color is #11726c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11726c


Comments

No comments written yet.

Please login to write comment.