Color Hex Logo

#118fbe Color Hex

#118FBE
(17,143,190)
0 Favorites   0 Comments

Color spaces of #118fbe

RGB 17143190
HSL0.550.840.41
HSV196°91°75°
CMYK 0.910.250.00   0.25
XYZ19.347923.481852.2279
Yxy23.48180.20350.2470
Hunter Lab48.4580-13.5316-29.9820
CIE-Lab55.5652-14.3434-33.1706

#118fbe color RGB value is (17,143,190).

#118fbe hex color red value is 17, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #118fbe hue: 0.55 , saturation: 0.84 and the lightness value of 118fbe is 0.41.

The process color (four color CMYK) of #118fbe color hex is 0.91, 0.25, 0.00, 0.25. Web safe color of #118fbe is #0099cc. Color #118fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001111 10111110
Octal 21 217 276
Decimal 17 143 190
Hex 11 8F BE

RGB Percentages of Color #118fbe

%4.86
%40.86
%54.29

CMYK Percentages of Color #118fbe

%91
%25
%0
%25

Triadic Colors of #118fbe

#118fbe #be118f #8fbe11

Analogous Colors of #118fbe

#118fbe #1139be #11be97

Monochromatic Colors of #118fbe

#118fbe

Complementary Color

#118fbe #be4011

#118fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#118fbe Color CSS Codes

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

#118fbe Text Font Color

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

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


#118fbe Background Color

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

This div background color is #118fbe


#118fbe Border Color

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

This div border color is #118fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,143,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #118fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #118fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #118fbe;
  box-shadow:         1px 1px 3px 2px #118fbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118fbe


Comments

No comments written yet.

Please login to write comment.