Color Hex Logo

#11847c Color Hex

#11847C
(17,132,124)
0 Favorites   0 Comments

Color spaces of #11847c

RGB 17132124
HSL0.490.770.29
HSV176°87°52°
CMYK 0.870.000.06   0.48
XYZ12.120518.076921.9192
Yxy18.07690.23260.3469
Hunter Lab42.5169-23.5188-0.8045
CIE-Lab49.5892-31.0427-4.1305

#11847c color RGB value is (17,132,124).

#11847c hex color red value is 17, green value is 132 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #11847c hue: 0.49 , saturation: 0.77 and the lightness value of 11847c is 0.29.

The process color (four color CMYK) of #11847c color hex is 0.87, 0.00, 0.06, 0.48. Web safe color of #11847c is #009966. Color #11847c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000100 01111100
Octal 21 204 174
Decimal 17 132 124
Hex 11 84 7C

RGB Percentages of Color #11847c

%6.23
%48.35
%45.42

CMYK Percentages of Color #11847c

%87
%0
%6
%48

Triadic Colors of #11847c

#11847c #7c1184 #847c11

Analogous Colors of #11847c

#11847c #115384 #118443

Monochromatic Colors of #11847c

#11847c

Complementary Color

#11847c #841119

#11847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11847c Color CSS Codes

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

#11847c Text Font Color

<p style="color:#11847c">Text here</p>

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


#11847c Background Color

<div style="background-color:#11847c">
Div content here</div>

This div background color is #11847c


#11847c Border Color

<div style="border:3px solid #11847c">
Div here</div>

This div border color is #11847c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,132,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11847c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11847c;
  -webkit-box-shadow: 1px 1px 3px 2px #11847c;
  box-shadow:         1px 1px 3px 2px #11847c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11847c


Comments

No comments written yet.

Please login to write comment.