Color Hex Logo

#11975f Color Hex

#11975F
(17,151,95)
0 Favorites   0 Comments

Color spaces of #11975f

RGB 1715195
HSL0.430.800.33
HSV155°89°59°
CMYK 0.890.000.37   0.41
XYZ13.363323.078614.5768
Yxy23.07860.26190.4524
Hunter Lab48.0402-34.417115.6378
CIE-Lab55.1532-46.701820.3650

#11975f color RGB value is (17,151,95).

#11975f hex color red value is 17, green value is 151 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #11975f hue: 0.43 , saturation: 0.80 and the lightness value of 11975f is 0.33.

The process color (four color CMYK) of #11975f color hex is 0.89, 0.00, 0.37, 0.41. Web safe color of #11975f is #009966. Color #11975f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010111 01011111
Octal 21 227 137
Decimal 17 151 95
Hex 11 97 5F

RGB Percentages of Color #11975f

%6.46
%57.41
%36.12

CMYK Percentages of Color #11975f

%89
%0
%37
%41

Triadic Colors of #11975f

#11975f #5f1197 #975f11

Analogous Colors of #11975f

#11975f #118c97 #11971c

Monochromatic Colors of #11975f

#11975f

Complementary Color

#11975f #971149

#11975f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11975f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11975f Color CSS Codes

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

#11975f Text Font Color

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

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


#11975f Background Color

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

This div background color is #11975f


#11975f Border Color

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

This div border color is #11975f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11975f


Comments

No comments written yet.

Please login to write comment.