Color Hex Logo

#118cbe Color Hex

#118CBE
(17,140,190)
0 Favorites   0 Comments

Color spaces of #118cbe

RGB 17140190
HSL0.550.840.41
HSV197°91°75°
CMYK 0.910.260.00   0.25
XYZ18.903522.593052.0798
Yxy22.59300.20200.2414
Hunter Lab47.5321-12.1918-31.6902
CIE-Lab54.6506-12.6707-34.5993

#118cbe color RGB value is (17,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001100 10111110
Octal 21 214 276
Decimal 17 140 190
Hex 11 8C BE

RGB Percentages of Color #118cbe

%4.90
%40.35
%54.76

CMYK Percentages of Color #118cbe

%91
%26
%0
%25

Triadic Colors of #118cbe

#118cbe #be118c #8cbe11

Analogous Colors of #118cbe

#118cbe #1135be #11be9a

Monochromatic Colors of #118cbe

#118cbe

Complementary Color

#118cbe #be4311

#118cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#118cbe Color CSS Codes

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

#118cbe Text Font Color

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

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


#118cbe Background Color

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

This div background color is #118cbe


#118cbe Border Color

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

This div border color is #118cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,140,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 #118cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118cbe


Comments

No comments written yet.

Please login to write comment.