Color Hex Logo

#11867e Color Hex

#11867E
(17,134,126)
0 Favorites   0 Comments

Color spaces of #11867e

RGB 17134126
HSL0.490.770.30
HSV176°87°53°
CMYK 0.870.000.06   0.47
XYZ12.522218.675722.6835
Yxy18.67570.23240.3466
Hunter Lab43.2154-23.9043-0.8702
CIE-Lab50.3056-31.3803-4.2423

#11867e color RGB value is (17,134,126).

#11867e hex color red value is 17, green value is 134 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #11867e hue: 0.49 , saturation: 0.77 and the lightness value of 11867e is 0.30.

The process color (four color CMYK) of #11867e color hex is 0.87, 0.00, 0.06, 0.47. Web safe color of #11867e is #009966. Color #11867e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000110 01111110
Octal 21 206 176
Decimal 17 134 126
Hex 11 86 7E

RGB Percentages of Color #11867e

%6.14
%48.38
%45.49

CMYK Percentages of Color #11867e

%87
%0
%6
%47

Triadic Colors of #11867e

#11867e #7e1186 #867e11

Analogous Colors of #11867e

#11867e #115486 #118644

Monochromatic Colors of #11867e

#11867e

Complementary Color

#11867e #861119

#11867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11867e Color CSS Codes

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

#11867e Text Font Color

<p style="color:#11867e">Text here</p>

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


#11867e Background Color

<div style="background-color:#11867e">
Div content here</div>

This div background color is #11867e


#11867e Border Color

<div style="border:3px solid #11867e">
Div here</div>

This div border color is #11867e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,134,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11867e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11867e;
  -webkit-box-shadow: 1px 1px 3px 2px #11867e;
  box-shadow:         1px 1px 3px 2px #11867e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11867e


Comments

No comments written yet.

Please login to write comment.