Color Hex Logo

#118fad Color Hex

#118FAD
(17,143,173)
0 Favorites   0 Comments

Color spaces of #118fad

RGB 17143173
HSL0.530.820.37
HSV192°90°68°
CMYK 0.900.170.00   0.32
XYZ17.596522.781243.0049
Yxy22.78120.21100.2732
Hunter Lab47.7297-17.7193-20.0101
CIE-Lab54.8462-20.4017-24.5916

#118fad color RGB value is (17,143,173).

#118fad hex color red value is 17, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #118fad hue: 0.53 , saturation: 0.82 and the lightness value of 118fad is 0.37.

The process color (four color CMYK) of #118fad color hex is 0.90, 0.17, 0.00, 0.32. Web safe color of #118fad is #009999. Color #118fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001111 10101101
Octal 21 217 255
Decimal 17 143 173
Hex 11 8F AD

RGB Percentages of Color #118fad

%5.11
%42.94
%51.95

CMYK Percentages of Color #118fad

%90
%17
%0
%32

Triadic Colors of #118fad

#118fad #ad118f #8fad11

Analogous Colors of #118fad

#118fad #1141ad #11ad7d

Monochromatic Colors of #118fad

#118fad

Complementary Color

#118fad #ad2f11

#118fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#118fad Color CSS Codes

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

#118fad Text Font Color

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

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


#118fad Background Color

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

This div background color is #118fad


#118fad Border Color

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

This div border color is #118fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118fad


Comments

No comments written yet.

Please login to write comment.