Color Hex Logo

#115efc Color Hex

#115EFC
(17,94,252)
0 Favorites   0 Comments

Color spaces of #115efc

RGB 1794252
HSL0.610.980.53
HSV220°93°99°
CMYK 0.930.630.00   0.01
XYZ21.804615.152993.8710
Yxy15.15290.16670.1158
Hunter Lab38.926731.8641-115.7279
CIE-Lab45.842939.5192-83.7247

#115efc color RGB value is (17,94,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011110 11111100
Octal 21 136 374
Decimal 17 94 252
Hex 11 5E FC

RGB Percentages of Color #115efc

%4.68
%25.90
%69.42

CMYK Percentages of Color #115efc

%93
%63
%0
%1

Triadic Colors of #115efc

#115efc #fc115e #5efc11

Analogous Colors of #115efc

#115efc #3911fc #11d4fc

Monochromatic Colors of #115efc

#115efc

Complementary Color

#115efc #fcaf11

#115efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#115efc Color CSS Codes

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

#115efc Text Font Color

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

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


#115efc Background Color

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

This div background color is #115efc


#115efc Border Color

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

This div border color is #115efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115efc


Comments

No comments written yet.

Please login to write comment.