Color Hex Logo

#11987f Color Hex

#11987F
(17,152,127)
0 Favorites   0 Comments

Color spaces of #11987f

RGB 17152127
HSL0.470.800.33
HSV169°89°60°
CMYK 0.890.000.16   0.40
XYZ15.290224.107923.9261
Yxy24.10790.24150.3807
Hunter Lab49.0998-30.33785.4781
CIE-Lab56.1957-39.25543.7864

#11987f color RGB value is (17,152,127).

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

The process color (four color CMYK) of #11987f color hex is 0.89, 0.00, 0.16, 0.40. Web safe color of #11987f is #009966. Color #11987f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011000 01111111
Octal 21 230 177
Decimal 17 152 127
Hex 11 98 7F

RGB Percentages of Color #11987f

%5.74
%51.35
%42.91

CMYK Percentages of Color #11987f

%89
%0
%16
%40

Triadic Colors of #11987f

#11987f #7f1198 #987f11

Analogous Colors of #11987f

#11987f #116e98 #11983c

Monochromatic Colors of #11987f

#11987f

Complementary Color

#11987f #98112a

#11987f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11987f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11987f Color CSS Codes

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

#11987f Text Font Color

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

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


#11987f Background Color

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

This div background color is #11987f


#11987f Border Color

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

This div border color is #11987f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11987f


Comments

No comments written yet.

Please login to write comment.