Color Hex Logo

#118efa Color Hex

#118EFA
(17,142,250)
0 Favorites   0 Comments

Color spaces of #118efa

RGB 17142250
HSL0.580.960.52
HSV208°93°98°
CMYK 0.930.430.00   0.02
XYZ27.159526.367394.1004
Yxy26.36730.18400.1786
Hunter Lab51.34914.5511-72.7082
CIE-Lab58.38418.7089-62.2569

#118efa color RGB value is (17,142,250).

#118efa hex color red value is 17, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #118efa hue: 0.58 , saturation: 0.96 and the lightness value of 118efa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001110 11111010
Octal 21 216 372
Decimal 17 142 250
Hex 11 8E FA

RGB Percentages of Color #118efa

%4.16
%34.72
%61.12

CMYK Percentages of Color #118efa

%93
%43
%0
%2

Triadic Colors of #118efa

#118efa #fa118e #8efa11

Analogous Colors of #118efa

#118efa #1119fa #11faf2

Monochromatic Colors of #118efa

#118efa

Complementary Color

#118efa #fa7d11

#118efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#118efa Color CSS Codes

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

#118efa Text Font Color

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

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


#118efa Background Color

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

This div background color is #118efa


#118efa Border Color

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

This div border color is #118efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118efa


Comments

No comments written yet.

Please login to write comment.