Color Hex Logo

#118dc5 Color Hex

#118DC5
(17,141,197)
0 Favorites   0 Comments

Color spaces of #118dc5

RGB 17141197
HSL0.550.840.42
HSV199°91°77°
CMYK 0.910.280.00   0.23
XYZ19.834123.200156.2560
Yxy23.20010.19980.2337
Hunter Lab48.1665-10.7882-35.5312
CIE-Lab55.2779-10.6616-37.5916

#118dc5 color RGB value is (17,141,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001101 11000101
Octal 21 215 305
Decimal 17 141 197
Hex 11 8D C5

RGB Percentages of Color #118dc5

%4.79
%39.72
%55.49

CMYK Percentages of Color #118dc5

%91
%28
%0
%23

Triadic Colors of #118dc5

#118dc5 #c5118d #8dc511

Analogous Colors of #118dc5

#118dc5 #1133c5 #11c5a3

Monochromatic Colors of #118dc5

#118dc5

Complementary Color

#118dc5 #c54911

#118dc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118dc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#118dc5 Color CSS Codes

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

#118dc5 Text Font Color

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

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


#118dc5 Background Color

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

This div background color is #118dc5


#118dc5 Border Color

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

This div border color is #118dc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118dc5


Comments

No comments written yet.

Please login to write comment.