Color Hex Logo

#118aeb Color Hex

#118AEB
(17,138,235)
0 Favorites   0 Comments

Color spaces of #118aeb

RGB 17138235
HSL0.570.870.49
HSV207°93°92°
CMYK 0.930.410.00   0.08
XYZ24.315024.294382.0050
Yxy24.29430.18620.1860
Hunter Lab49.28921.8001-64.1413
CIE-Lab56.38135.4179-57.1707

#118aeb color RGB value is (17,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001010 11101011
Octal 21 212 353
Decimal 17 138 235
Hex 11 8A EB

RGB Percentages of Color #118aeb

%4.36
%35.38
%60.26

CMYK Percentages of Color #118aeb

%93
%41
%0
%8

Triadic Colors of #118aeb

#118aeb #eb118a #8aeb11

Analogous Colors of #118aeb

#118aeb #111deb #11ebdf

Monochromatic Colors of #118aeb

#118aeb

Complementary Color

#118aeb #eb7211

#118aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#118aeb Color CSS Codes

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

#118aeb Text Font Color

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

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


#118aeb Background Color

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

This div background color is #118aeb


#118aeb Border Color

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

This div border color is #118aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118aeb


Comments

No comments written yet.

Please login to write comment.