Color Hex Logo

#11886f Color Hex

#11886F
(17,136,111)
0 Favorites   0 Comments

Color spaces of #11886f

RGB 17136111
HSL0.460.780.30
HSV167°88°53°
CMYK 0.880.000.18   0.47
XYZ11.904618.875218.0548
Yxy18.87520.24380.3865
Hunter Lab43.4456-27.11875.7726
CIE-Lab50.5409-36.64784.8485

#11886f color RGB value is (17,136,111).

#11886f hex color red value is 17, green value is 136 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #11886f hue: 0.46 , saturation: 0.78 and the lightness value of 11886f is 0.30.

The process color (four color CMYK) of #11886f color hex is 0.88, 0.00, 0.18, 0.47. Web safe color of #11886f is #009966. Color #11886f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001000 01101111
Octal 21 210 157
Decimal 17 136 111
Hex 11 88 6F

RGB Percentages of Color #11886f

%6.44
%51.52
%42.05

CMYK Percentages of Color #11886f

%88
%0
%18
%47

Triadic Colors of #11886f

#11886f #6f1188 #886f11

Analogous Colors of #11886f

#11886f #116688 #118834

Monochromatic Colors of #11886f

#11886f

Complementary Color

#11886f #88112a

#11886f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11886f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11886f Color CSS Codes

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

#11886f Text Font Color

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

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


#11886f Background Color

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

This div background color is #11886f


#11886f Border Color

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

This div border color is #11886f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11886f


Comments

No comments written yet.

Please login to write comment.