Color Hex Logo

#118aee Color Hex

#118AEE
(17,138,238)
0 Favorites   0 Comments

Color spaces of #118aee

RGB 17138238
HSL0.580.870.50
HSV207°93°93°
CMYK 0.930.420.00   0.07
XYZ24.752324.469284.3074
Yxy24.46920.18540.1833
Hunter Lab49.46642.7529-66.4238
CIE-Lab56.55456.5626-58.5592

#118aee color RGB value is (17,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001010 11101110
Octal 21 212 356
Decimal 17 138 238
Hex 11 8A EE

RGB Percentages of Color #118aee

%4.33
%35.11
%60.56

CMYK Percentages of Color #118aee

%93
%42
%0
%7

Triadic Colors of #118aee

#118aee #ee118a #8aee11

Analogous Colors of #118aee

#118aee #111cee #11eee4

Monochromatic Colors of #118aee

#118aee

Complementary Color

#118aee #ee7511

#118aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#118aee Color CSS Codes

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

#118aee Text Font Color

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

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


#118aee Background Color

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

This div background color is #118aee


#118aee Border Color

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

This div border color is #118aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118aee


Comments

No comments written yet.

Please login to write comment.