Color Hex Logo

#114fec Color Hex

#114FEC
(17,79,236)
0 Favorites   0 Comments

Color spaces of #114fec

RGB 1779236
HSL0.620.870.50
HSV223°93°93°
CMYK 0.930.670.00   0.07
XYZ18.167511.767380.6707
Yxy11.76730.16430.1064
Hunter Lab34.303534.5044-115.4184
CIE-Lab40.843943.0031-82.9669

#114fec color RGB value is (17,79,236).

#114fec hex color red value is 17, green value is 79 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #114fec hue: 0.62 , saturation: 0.87 and the lightness value of 114fec is 0.50.

The process color (four color CMYK) of #114fec color hex is 0.93, 0.67, 0.00, 0.07. Web safe color of #114fec is #0066ff. Color #114fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001111 11101100
Octal 21 117 354
Decimal 17 79 236
Hex 11 4F EC

RGB Percentages of Color #114fec

%5.12
%23.80
%71.08

CMYK Percentages of Color #114fec

%93
%67
%0
%7

Triadic Colors of #114fec

#114fec #ec114f #4fec11

Analogous Colors of #114fec

#114fec #4011ec #11bdec

Monochromatic Colors of #114fec

#114fec

Complementary Color

#114fec #ecae11

#114fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#114fec Color CSS Codes

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

#114fec Text Font Color

<p style="color:#114fec">Text here</p>

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


#114fec Background Color

<div style="background-color:#114fec">
Div content here</div>

This div background color is #114fec


#114fec Border Color

<div style="border:3px solid #114fec">
Div here</div>

This div border color is #114fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,79,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114fec;
  -webkit-box-shadow: 1px 1px 3px 2px #114fec;
  box-shadow:         1px 1px 3px 2px #114fec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114fec


Comments

No comments written yet.

Please login to write comment.