Color Hex Logo

#118cde Color Hex

#118CDE
(17,140,222)
0 Favorites   0 Comments

Color spaces of #118cde

RGB 17140222
HSL0.570.860.47
HSV204°92°87°
CMYK 0.920.370.00   0.13
XYZ22.794124.149372.5671
Yxy24.14930.19070.2021
Hunter Lab49.1419-3.2026-53.1532
CIE-Lab56.2370-0.7210-50.1523

#118cde color RGB value is (17,140,222).

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

The process color (four color CMYK) of #118cde color hex is 0.92, 0.37, 0.00, 0.13. Web safe color of #118cde is #0099cc. Color #118cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001100 11011110
Octal 21 214 336
Decimal 17 140 222
Hex 11 8C DE

RGB Percentages of Color #118cde

%4.49
%36.94
%58.58

CMYK Percentages of Color #118cde

%92
%37
%0
%13

Triadic Colors of #118cde

#118cde #de118c #8cde11

Analogous Colors of #118cde

#118cde #1125de #11deca

Monochromatic Colors of #118cde

#118cde

Complementary Color

#118cde #de6311

#118cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#118cde Color CSS Codes

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

#118cde Text Font Color

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

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


#118cde Background Color

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

This div background color is #118cde


#118cde Border Color

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

This div border color is #118cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118cde


Comments

No comments written yet.

Please login to write comment.