Color Hex Logo

#118dff Color Hex

#118DFF
(17,141,255)
0 Favorites   0 Comments

Color spaces of #118dff

RGB 17141255
HSL0.581.000.53
HSV209°93°100°
CMYK 0.930.450.00   0.00
XYZ27.806026.388998.2358
Yxy26.38890.18240.1731
Hunter Lab51.37016.7221-77.4220
CIE-Lab58.404411.2140-64.9727

#118dff color RGB value is (17,141,255).

#118dff hex color red value is 17, green value is 141 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #118dff hue: 0.58 , saturation: 1.00 and the lightness value of 118dff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001101 11111111
Octal 21 215 377
Decimal 17 141 255
Hex 11 8D FF

RGB Percentages of Color #118dff

%4.12
%34.14
%61.74

CMYK Percentages of Color #118dff

%93
%45
%0
%0

Triadic Colors of #118dff

#118dff #ff118d #8dff11

Analogous Colors of #118dff

#118dff #1116ff #11fffa

Monochromatic Colors of #118dff

#118dff

Complementary Color

#118dff #ff8311

#118dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#118dff Color CSS Codes

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

#118dff Text Font Color

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

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


#118dff Background Color

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

This div background color is #118dff


#118dff Border Color

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

This div border color is #118dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118dff

#118dff Color Palettes


Comments

No comments written yet.

Please login to write comment.