Color Hex Logo

#118290 Color Hex

#118290
(17,130,144)
0 Favorites   0 Comments

Color spaces of #118290

RGB 17130144
HSL0.520.790.32
HSV187°88°56°
CMYK 0.880.100.00   0.44
XYZ13.247818.098129.1806
Yxy18.09810.21890.2990
Hunter Lab42.5419-18.8622-10.8893
CIE-Lab49.6149-23.5809-15.8170

#118290 color RGB value is (17,130,144).

#118290 hex color red value is 17, green value is 130 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #118290 hue: 0.52 , saturation: 0.79 and the lightness value of 118290 is 0.32.

The process color (four color CMYK) of #118290 color hex is 0.88, 0.10, 0.00, 0.44. Web safe color of #118290 is #009999. Color #118290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000010 10010000
Octal 21 202 220
Decimal 17 130 144
Hex 11 82 90

RGB Percentages of Color #118290

%5.84
%44.67
%49.48

CMYK Percentages of Color #118290

%88
%10
%0
%44

Triadic Colors of #118290

#118290 #901182 #829011

Analogous Colors of #118290

#118290 #114290 #11905f

Monochromatic Colors of #118290

#118290

Complementary Color

#118290 #901f11

#118290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#118290 Color CSS Codes

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

#118290 Text Font Color

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

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


#118290 Background Color

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

This div background color is #118290


#118290 Border Color

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

This div border color is #118290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118290


Comments

No comments written yet.

Please login to write comment.