Color Hex Logo

#118eaf Color Hex

#118EAF
(17,142,175)
0 Favorites   0 Comments

Color spaces of #118eaf

RGB 17142175
HSL0.530.820.38
HSV193°90°69°
CMYK 0.900.190.00   0.31
XYZ17.642022.560343.9822
Yxy22.56030.20960.2680
Hunter Lab47.4977-16.8209-21.6533
CIE-Lab54.6165-19.1660-26.0909

#118eaf color RGB value is (17,142,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001110 10101111
Octal 21 216 257
Decimal 17 142 175
Hex 11 8E AF

RGB Percentages of Color #118eaf

%5.09
%42.51
%52.40

CMYK Percentages of Color #118eaf

%90
%19
%0
%31

Triadic Colors of #118eaf

#118eaf #af118e #8eaf11

Analogous Colors of #118eaf

#118eaf #113faf #11af81

Monochromatic Colors of #118eaf

#118eaf

Complementary Color

#118eaf #af3211

#118eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#118eaf Color CSS Codes

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

#118eaf Text Font Color

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

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


#118eaf Background Color

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

This div background color is #118eaf


#118eaf Border Color

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

This div border color is #118eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118eaf


Comments

No comments written yet.

Please login to write comment.