Color Hex Logo

#118ceb Color Hex

#118CEB
(17,140,235)
0 Favorites   0 Comments

Color spaces of #118ceb

RGB 17140235
HSL0.570.870.49
HSV206°93°92°
CMYK 0.930.400.00   0.08
XYZ24.604624.873582.1015
Yxy24.87350.18700.1890
Hunter Lab49.87330.7832-62.6919
CIE-Lab56.95204.2132-56.2580

#118ceb color RGB value is (17,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001100 11101011
Octal 21 214 353
Decimal 17 140 235
Hex 11 8C EB

RGB Percentages of Color #118ceb

%4.34
%35.71
%59.95

CMYK Percentages of Color #118ceb

%93
%40
%0
%8

Triadic Colors of #118ceb

#118ceb #eb118c #8ceb11

Analogous Colors of #118ceb

#118ceb #111feb #11ebdd

Monochromatic Colors of #118ceb

#118ceb

Complementary Color

#118ceb #eb7011

#118ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#118ceb Color CSS Codes

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

#118ceb Text Font Color

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

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


#118ceb Background Color

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

This div background color is #118ceb


#118ceb Border Color

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

This div border color is #118ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118ceb


Comments

No comments written yet.

Please login to write comment.