Color Hex Logo

#118cbf Color Hex

#118CBF
(17,140,191)
0 Favorites   0 Comments

Color spaces of #118cbf

RGB 17140191
HSL0.550.840.41
HSV198°91°75°
CMYK 0.910.270.00   0.25
XYZ19.013222.636952.6575
Yxy22.63690.20160.2400
Hunter Lab47.5783-11.9298-32.3148
CIE-Lab54.6963-12.3044-35.0966

#118cbf color RGB value is (17,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001100 10111111
Octal 21 214 277
Decimal 17 140 191
Hex 11 8C BF

RGB Percentages of Color #118cbf

%4.89
%40.23
%54.89

CMYK Percentages of Color #118cbf

%91
%27
%0
%25

Triadic Colors of #118cbf

#118cbf #bf118c #8cbf11

Analogous Colors of #118cbf

#118cbf #1135bf #11bf9b

Monochromatic Colors of #118cbf

#118cbf

Complementary Color

#118cbf #bf4411

#118cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#118cbf Color CSS Codes

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

#118cbf Text Font Color

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

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


#118cbf Background Color

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

This div background color is #118cbf


#118cbf Border Color

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

This div border color is #118cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118cbf


Comments

No comments written yet.

Please login to write comment.