Color Hex Logo

#118474 Color Hex

#118474
(17,132,116)
0 Favorites   0 Comments

Color spaces of #118474

RGB 17132116
HSL0.480.770.29
HSV172°87°52°
CMYK 0.870.000.12   0.48
XYZ11.634817.882719.3615
Yxy17.88270.23800.3659
Hunter Lab42.2879-24.89272.4557
CIE-Lab49.3535-33.43430.2120

#118474 color RGB value is (17,132,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000100 01110100
Octal 21 204 164
Decimal 17 132 116
Hex 11 84 74

RGB Percentages of Color #118474

%6.42
%49.81
%43.77

CMYK Percentages of Color #118474

%87
%0
%12
%48

Triadic Colors of #118474

#118474 #741184 #847411

Analogous Colors of #118474

#118474 #115b84 #11843b

Monochromatic Colors of #118474

#118474

Complementary Color

#118474 #841121

#118474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#118474 Color CSS Codes

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

#118474 Text Font Color

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

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


#118474 Background Color

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

This div background color is #118474


#118474 Border Color

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

This div border color is #118474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118474


Comments

No comments written yet.

Please login to write comment.