Color Hex Logo

#118dba Color Hex

#118DBA
(17,141,186)
0 Favorites   0 Comments

Color spaces of #118dba

RGB 17141186
HSL0.540.830.40
HSV196°91°73°
CMYK 0.910.240.00   0.27
XYZ18.619022.714149.8573
Yxy22.71410.20420.2491
Hunter Lab47.6593-13.6694-28.6629
CIE-Lab54.7766-14.6854-32.1247

#118dba color RGB value is (17,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001101 10111010
Octal 21 215 272
Decimal 17 141 186
Hex 11 8D BA

RGB Percentages of Color #118dba

%4.94
%40.99
%54.07

CMYK Percentages of Color #118dba

%91
%24
%0
%27

Triadic Colors of #118dba

#118dba #ba118d #8dba11

Analogous Colors of #118dba

#118dba #1138ba #11ba93

Monochromatic Colors of #118dba

#118dba

Complementary Color

#118dba #ba3e11

#118dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#118dba Color CSS Codes

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

#118dba Text Font Color

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

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


#118dba Background Color

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

This div background color is #118dba


#118dba Border Color

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

This div border color is #118dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118dba


Comments

No comments written yet.

Please login to write comment.