Color Hex Logo

#118bce Color Hex

#118BCE
(17,139,206)
0 Favorites   0 Comments

Color spaces of #118bce

RGB 17139206
HSL0.560.850.44
HSV201°92°81°
CMYK 0.920.330.00   0.19
XYZ20.604423.040661.7538
Yxy23.04060.19550.2186
Hunter Lab48.0006-7.3795-42.6774
CIE-Lab55.1141-6.1652-42.9402

#118bce color RGB value is (17,139,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001011 11001110
Octal 21 213 316
Decimal 17 139 206
Hex 11 8B CE

RGB Percentages of Color #118bce

%4.70
%38.40
%56.91

CMYK Percentages of Color #118bce

%92
%33
%0
%19

Triadic Colors of #118bce

#118bce #ce118b #8bce11

Analogous Colors of #118bce

#118bce #112dce #11ceb3

Monochromatic Colors of #118bce

#118bce

Complementary Color

#118bce #ce5411

#118bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#118bce Color CSS Codes

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

#118bce Text Font Color

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

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


#118bce Background Color

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

This div background color is #118bce


#118bce Border Color

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

This div border color is #118bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118bce


Comments

No comments written yet.

Please login to write comment.