Color Hex Logo

#118fbd Color Hex

#118FBD
(17,143,189)
0 Favorites   0 Comments

Color spaces of #118fbd

RGB 17143189
HSL0.540.830.40
HSV196°91°74°
CMYK 0.910.240.00   0.26
XYZ19.238923.438251.6541
Yxy23.43820.20400.2485
Hunter Lab48.4130-13.7885-29.3702
CIE-Lab55.5209-14.7058-32.6715

#118fbd color RGB value is (17,143,189).

#118fbd hex color red value is 17, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #118fbd hue: 0.54 , saturation: 0.83 and the lightness value of 118fbd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001111 10111101
Octal 21 217 275
Decimal 17 143 189
Hex 11 8F BD

RGB Percentages of Color #118fbd

%4.87
%40.97
%54.15

CMYK Percentages of Color #118fbd

%91
%24
%0
%26

Triadic Colors of #118fbd

#118fbd #bd118f #8fbd11

Analogous Colors of #118fbd

#118fbd #1139bd #11bd95

Monochromatic Colors of #118fbd

#118fbd

Complementary Color

#118fbd #bd3f11

#118fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#118fbd Color CSS Codes

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

#118fbd Text Font Color

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

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


#118fbd Background Color

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

This div background color is #118fbd


#118fbd Border Color

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

This div border color is #118fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118fbd


Comments

No comments written yet.

Please login to write comment.