Color Hex Logo

#115efe Color Hex

#115EFE
(17,94,254)
0 Favorites   0 Comments

Color spaces of #115efe

RGB 1794254
HSL0.610.990.53
HSV221°93°100°
CMYK 0.930.630.00   0.00
XYZ22.123315.280395.5493
Yxy15.28030.16640.1149
Hunter Lab39.090032.6159-117.5619
CIE-Lab46.015740.2583-84.5544

#115efe color RGB value is (17,94,254).

#115efe hex color red value is 17, green value is 94 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #115efe hue: 0.61 , saturation: 0.99 and the lightness value of 115efe is 0.53.

The process color (four color CMYK) of #115efe color hex is 0.93, 0.63, 0.00, 0.00. Web safe color of #115efe is #0066ff. Color #115efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011110 11111110
Octal 21 136 376
Decimal 17 94 254
Hex 11 5E FE

RGB Percentages of Color #115efe

%4.66
%25.75
%69.59

CMYK Percentages of Color #115efe

%93
%63
%0
%0

Triadic Colors of #115efe

#115efe #fe115e #5efe11

Analogous Colors of #115efe

#115efe #3a11fe #11d5fe

Monochromatic Colors of #115efe

#115efe

Complementary Color

#115efe #feb111

#115efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#115efe Color CSS Codes

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

#115efe Text Font Color

<p style="color:#115efe">Text here</p>

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


#115efe Background Color

<div style="background-color:#115efe">
Div content here</div>

This div background color is #115efe


#115efe Border Color

<div style="border:3px solid #115efe">
Div here</div>

This div border color is #115efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,94,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #115efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #115efe;
  -webkit-box-shadow: 1px 1px 3px 2px #115efe;
  box-shadow:         1px 1px 3px 2px #115efe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115efe


Comments

No comments written yet.

Please login to write comment.