Color Hex Logo

#118bee Color Hex

#118BEE
(17,139,238)
0 Favorites   0 Comments

Color spaces of #118bee

RGB 17139238
HSL0.570.870.50
HSV207°93°93°
CMYK 0.930.420.00   0.07
XYZ24.896424.757584.3554
Yxy24.75750.18580.1847
Hunter Lab49.75692.2398-65.6875
CIE-Lab56.83845.9576-58.1047

#118bee color RGB value is (17,139,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001011 11101110
Octal 21 213 356
Decimal 17 139 238
Hex 11 8B EE

RGB Percentages of Color #118bee

%4.31
%35.28
%60.41

CMYK Percentages of Color #118bee

%93
%42
%0
%7

Triadic Colors of #118bee

#118bee #ee118b #8bee11

Analogous Colors of #118bee

#118bee #111dee #11eee3

Monochromatic Colors of #118bee

#118bee

Complementary Color

#118bee #ee7411

#118bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#118bee Color CSS Codes

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

#118bee Text Font Color

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

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


#118bee Background Color

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

This div background color is #118bee


#118bee Border Color

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

This div border color is #118bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118bee


Comments

No comments written yet.

Please login to write comment.