Color Hex Logo

#118faf Color Hex

#118FAF
(17,143,175)
0 Favorites   0 Comments

Color spaces of #118faf

RGB 17143175
HSL0.530.820.38
HSV192°90°69°
CMYK 0.900.180.00   0.31
XYZ17.791522.859244.0320
Yxy22.85920.21010.2699
Hunter Lab47.8113-17.2465-21.1355
CIE-Lab54.9270-19.7010-25.6113

#118faf color RGB value is (17,143,175).

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

The process color (four color CMYK) of #118faf color hex is 0.90, 0.18, 0.00, 0.31. Web safe color of #118faf is #009999. Color #118faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001111 10101111
Octal 21 217 257
Decimal 17 143 175
Hex 11 8F AF

RGB Percentages of Color #118faf

%5.07
%42.69
%52.24

CMYK Percentages of Color #118faf

%90
%18
%0
%31

Triadic Colors of #118faf

#118faf #af118f #8faf11

Analogous Colors of #118faf

#118faf #1140af #11af80

Monochromatic Colors of #118faf

#118faf

Complementary Color

#118faf #af3111

#118faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#118faf Color CSS Codes

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

#118faf Text Font Color

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

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


#118faf Background Color

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

This div background color is #118faf


#118faf Border Color

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

This div border color is #118faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118faf


Comments

No comments written yet.

Please login to write comment.