Color Hex Logo

#118eae Color Hex

#118EAE
(17,142,174)
0 Favorites   0 Comments

Color spaces of #118eae

RGB 17142174
HSL0.530.820.37
HSV192°90°68°
CMYK 0.900.180.00   0.32
XYZ17.544122.521243.4667
Yxy22.52120.21000.2696
Hunter Lab47.4565-17.0596-21.0858
CIE-Lab54.5757-19.5186-25.5814

#118eae color RGB value is (17,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001110 10101110
Octal 21 216 256
Decimal 17 142 174
Hex 11 8E AE

RGB Percentages of Color #118eae

%5.11
%42.64
%52.25

CMYK Percentages of Color #118eae

%90
%18
%0
%32

Triadic Colors of #118eae

#118eae #ae118e #8eae11

Analogous Colors of #118eae

#118eae #1140ae #11ae80

Monochromatic Colors of #118eae

#118eae

Complementary Color

#118eae #ae3111

#118eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#118eae Color CSS Codes

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

#118eae Text Font Color

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

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


#118eae Background Color

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

This div background color is #118eae


#118eae Border Color

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

This div border color is #118eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118eae


Comments

No comments written yet.

Please login to write comment.