Color Hex Logo

#118bed Color Hex

#118BED
(17,139,237)
0 Favorites   0 Comments

Color spaces of #118bed

RGB 17139237
HSL0.570.870.50
HSV207°93°93°
CMYK 0.930.410.00   0.07
XYZ24.749824.698883.5837
Yxy24.69880.18600.1857
Hunter Lab49.69791.9226-64.9275
CIE-Lab56.78085.5767-57.6421

#118bed color RGB value is (17,139,237).

#118bed hex color red value is 17, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #118bed hue: 0.57 , saturation: 0.87 and the lightness value of 118bed is 0.50.

The process color (four color CMYK) of #118bed color hex is 0.93, 0.41, 0.00, 0.07. Web safe color of #118bed is #0099ff. Color #118bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001011 11101101
Octal 21 213 355
Decimal 17 139 237
Hex 11 8B ED

RGB Percentages of Color #118bed

%4.33
%35.37
%60.31

CMYK Percentages of Color #118bed

%93
%41
%0
%7

Triadic Colors of #118bed

#118bed #ed118b #8bed11

Analogous Colors of #118bed

#118bed #111ded #11ede1

Monochromatic Colors of #118bed

#118bed

Complementary Color

#118bed #ed7311

#118bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#118bed Color CSS Codes

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

#118bed Text Font Color

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

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


#118bed Background Color

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

This div background color is #118bed


#118bed Border Color

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

This div border color is #118bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118bed


Comments

No comments written yet.

Please login to write comment.