Color Hex Logo

#118daf Color Hex

#118DAF
(17,141,175)
0 Favorites   0 Comments

Color spaces of #118daf

RGB 17141175
HSL0.540.820.38
HSV193°90°69°
CMYK 0.900.190.00   0.31
XYZ17.493922.264143.9328
Yxy22.26410.20900.2660
Hunter Lab47.1848-16.3942-22.1743
CIE-Lab54.3061-18.6284-26.5707

#118daf color RGB value is (17,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001101 10101111
Octal 21 215 257
Decimal 17 141 175
Hex 11 8D AF

RGB Percentages of Color #118daf

%5.11
%42.34
%52.55

CMYK Percentages of Color #118daf

%90
%19
%0
%31

Triadic Colors of #118daf

#118daf #af118d #8daf11

Analogous Colors of #118daf

#118daf #113eaf #11af82

Monochromatic Colors of #118daf

#118daf

Complementary Color

#118daf #af3311

#118daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#118daf Color CSS Codes

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

#118daf Text Font Color

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

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


#118daf Background Color

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

This div background color is #118daf


#118daf Border Color

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

This div border color is #118daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,141,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 #118daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118daf


Comments

No comments written yet.

Please login to write comment.