Color Hex Logo

#118fea Color Hex

#118FEA
(17,143,234)
0 Favorites   0 Comments

Color spaces of #118fea

RGB 17143234
HSL0.570.860.49
HSV205°93°92°
CMYK 0.930.390.00   0.08
XYZ24.904925.704681.4908
Yxy25.70460.18850.1946
Hunter Lab50.6997-1.0410-59.8084
CIE-Lab57.75562.0404-54.4200

#118fea color RGB value is (17,143,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001111 11101010
Octal 21 217 352
Decimal 17 143 234
Hex 11 8F EA

RGB Percentages of Color #118fea

%4.31
%36.29
%59.39

CMYK Percentages of Color #118fea

%93
%39
%0
%8

Triadic Colors of #118fea

#118fea #ea118f #8fea11

Analogous Colors of #118fea

#118fea #1122ea #11ead9

Monochromatic Colors of #118fea

#118fea

Complementary Color

#118fea #ea6c11

#118fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#118fea Color CSS Codes

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

#118fea Text Font Color

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

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


#118fea Background Color

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

This div background color is #118fea


#118fea Border Color

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

This div border color is #118fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,143,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 #118fea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118fea


Comments

No comments written yet.

Please login to write comment.