Color Hex Logo

#118983 Color Hex

#118983
(17,137,131)
0 Favorites   0 Comments

Color spaces of #118983

RGB 17137131
HSL0.490.780.30
HSV177°88°54°
CMYK 0.880.000.04   0.46
XYZ13.273619.649224.5658
Yxy19.64920.23090.3418
Hunter Lab44.3274-24.1221-1.8287
CIE-Lab51.4382-31.2721-5.4822

#118983 color RGB value is (17,137,131).

#118983 hex color red value is 17, green value is 137 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #118983 hue: 0.49 , saturation: 0.78 and the lightness value of 118983 is 0.30.

The process color (four color CMYK) of #118983 color hex is 0.88, 0.00, 0.04, 0.46. Web safe color of #118983 is #009999. Color #118983 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001001 10000011
Octal 21 211 203
Decimal 17 137 131
Hex 11 89 83

RGB Percentages of Color #118983

%5.96
%48.07
%45.96

CMYK Percentages of Color #118983

%88
%0
%4
%46

Triadic Colors of #118983

#118983 #831189 #898311

Analogous Colors of #118983

#118983 #115389 #118947

Monochromatic Colors of #118983

#118983

Complementary Color

#118983 #891117

#118983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#118983 Color CSS Codes

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

#118983 Text Font Color

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

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


#118983 Background Color

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

This div background color is #118983


#118983 Border Color

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

This div border color is #118983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118983

#118983 Color Palettes


Comments

No comments written yet.

Please login to write comment.