Color Hex Logo

#11735f Color Hex

#11735F
(17,115,95)
0 Favorites   0 Comments

Color spaces of #11735f

RGB 1711595
HSL0.470.740.26
HSV168°85°45°
CMYK 0.850.000.17   0.55
XYZ8.427513.206912.9315
Yxy13.20690.24380.3821
Hunter Lab36.3413-22.20344.3415
CIE-Lab43.0734-31.66833.5417

#11735f color RGB value is (17,115,95).

#11735f hex color red value is 17, green value is 115 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #11735f hue: 0.47 , saturation: 0.74 and the lightness value of 11735f is 0.26.

The process color (four color CMYK) of #11735f color hex is 0.85, 0.00, 0.17, 0.55. Web safe color of #11735f is #006666. Color #11735f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110011 01011111
Octal 21 163 137
Decimal 17 115 95
Hex 11 73 5F

RGB Percentages of Color #11735f

%7.49
%50.66
%41.85

CMYK Percentages of Color #11735f

%85
%0
%17
%55

Triadic Colors of #11735f

#11735f #5f1173 #735f11

Analogous Colors of #11735f

#11735f #115673 #11732e

Monochromatic Colors of #11735f

#11735f

Complementary Color

#11735f #731125

#11735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11735f Color CSS Codes

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

#11735f Text Font Color

<p style="color:#11735f">Text here</p>

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


#11735f Background Color

<div style="background-color:#11735f">
Div content here</div>

This div background color is #11735f


#11735f Border Color

<div style="border:3px solid #11735f">
Div here</div>

This div border color is #11735f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,115,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11735f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11735f;
  -webkit-box-shadow: 1px 1px 3px 2px #11735f;
  box-shadow:         1px 1px 3px 2px #11735f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11735f


Comments

No comments written yet.

Please login to write comment.