Color Hex Logo

#118aea Color Hex

#118AEA
(17,138,234)
0 Favorites   0 Comments

Color spaces of #118aea

RGB 17138234
HSL0.570.860.49
HSV207°93°92°
CMYK 0.930.410.00   0.08
XYZ24.170924.236681.2461
Yxy24.23660.18640.1869
Hunter Lab49.23071.4849-63.3857
CIE-Lab56.32395.0369-56.7065

#118aea color RGB value is (17,138,234).

#118aea hex color red value is 17, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #118aea hue: 0.57 , saturation: 0.86 and the lightness value of 118aea is 0.49.

The process color (four color CMYK) of #118aea color hex is 0.93, 0.41, 0.00, 0.08. Web safe color of #118aea is #0099ff. Color #118aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001010 11101010
Octal 21 212 352
Decimal 17 138 234
Hex 11 8A EA

RGB Percentages of Color #118aea

%4.37
%35.48
%60.15

CMYK Percentages of Color #118aea

%93
%41
%0
%8

Triadic Colors of #118aea

#118aea #ea118a #8aea11

Analogous Colors of #118aea

#118aea #111dea #11eade

Monochromatic Colors of #118aea

#118aea

Complementary Color

#118aea #ea7111

#118aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#118aea Color CSS Codes

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

#118aea Text Font Color

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

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


#118aea Background Color

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

This div background color is #118aea


#118aea Border Color

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

This div border color is #118aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118aea


Comments

No comments written yet.

Please login to write comment.