Color Hex Logo

#118fdd Color Hex

#118FDD
(17,143,221)
0 Favorites   0 Comments

Color spaces of #118fdd

RGB 17143221
HSL0.560.860.47
HSV203°92°87°
CMYK 0.920.350.00   0.13
XYZ23.104824.984672.0114
Yxy24.98460.19240.2080
Hunter Lab49.9846-4.9635-50.4282
CIE-Lab57.0604-2.8653-48.2855

#118fdd color RGB value is (17,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001111 11011101
Octal 21 217 335
Decimal 17 143 221
Hex 11 8F DD

RGB Percentages of Color #118fdd

%4.46
%37.53
%58.01

CMYK Percentages of Color #118fdd

%92
%35
%0
%13

Triadic Colors of #118fdd

#118fdd #dd118f #8fdd11

Analogous Colors of #118fdd

#118fdd #1129dd #11ddc5

Monochromatic Colors of #118fdd

#118fdd

Complementary Color

#118fdd #dd5f11

#118fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#118fdd Color CSS Codes

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

#118fdd Text Font Color

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

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


#118fdd Background Color

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

This div background color is #118fdd


#118fdd Border Color

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

This div border color is #118fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118fdd


Comments

No comments written yet.

Please login to write comment.