Color Hex Logo

#114ffc Color Hex

#114FFC
(17,79,252)
0 Favorites   0 Comments

Color spaces of #114ffc

RGB 1779252
HSL0.620.980.53
HSV224°93°99°
CMYK 0.930.690.00   0.01
XYZ20.597812.739493.4688
Yxy12.73940.16240.1005
Hunter Lab35.692340.5497-130.2804
CIE-Lab42.367948.7432-89.4438

#114ffc color RGB value is (17,79,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001111 11111100
Octal 21 117 374
Decimal 17 79 252
Hex 11 4F FC

RGB Percentages of Color #114ffc

%4.89
%22.70
%72.41

CMYK Percentages of Color #114ffc

%93
%69
%0
%1

Triadic Colors of #114ffc

#114ffc #fc114f #4ffc11

Analogous Colors of #114ffc

#114ffc #4911fc #11c5fc

Monochromatic Colors of #114ffc

#114ffc

Complementary Color

#114ffc #fcbe11

#114ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#114ffc Color CSS Codes

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

#114ffc Text Font Color

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

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


#114ffc Background Color

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

This div background color is #114ffc


#114ffc Border Color

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

This div border color is #114ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.