Color Hex Logo

#118bcf Color Hex

#118BCF
(17,139,207)
0 Favorites   0 Comments

Color spaces of #118bcf

RGB 17139207
HSL0.560.850.44
HSV201°92°81°
CMYK 0.920.330.00   0.19
XYZ20.726323.089462.3958
Yxy23.08940.19510.2174
Hunter Lab48.0514-7.0966-43.3533
CIE-Lab55.1643-5.7903-43.4254

#118bcf color RGB value is (17,139,207).

#118bcf hex color red value is 17, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #118bcf hue: 0.56 , saturation: 0.85 and the lightness value of 118bcf is 0.44.

The process color (four color CMYK) of #118bcf color hex is 0.92, 0.33, 0.00, 0.19. Web safe color of #118bcf is #0099cc. Color #118bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001011 11001111
Octal 21 213 317
Decimal 17 139 207
Hex 11 8B CF

RGB Percentages of Color #118bcf

%4.68
%38.29
%57.02

CMYK Percentages of Color #118bcf

%92
%33
%0
%19

Triadic Colors of #118bcf

#118bcf #cf118b #8bcf11

Analogous Colors of #118bcf

#118bcf #112ccf #11cfb4

Monochromatic Colors of #118bcf

#118bcf

Complementary Color

#118bcf #cf5511

#118bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#118bcf Color CSS Codes

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

#118bcf Text Font Color

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

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


#118bcf Background Color

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

This div background color is #118bcf


#118bcf Border Color

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

This div border color is #118bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118bcf


Comments

No comments written yet.

Please login to write comment.