Color Hex Logo

#114cfc Color Hex

#114CFC
(17,76,252)
0 Favorites   0 Comments

Color spaces of #114cfc

RGB 1776252
HSL0.620.980.53
HSV225°93°99°
CMYK 0.930.700.00   0.01
XYZ20.386312.316393.3983
Yxy12.31630.16170.0977
Hunter Lab35.094642.2744-133.2241
CIE-Lab41.714550.5284-90.5226

#114cfc color RGB value is (17,76,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001100 11111100
Octal 21 114 374
Decimal 17 76 252
Hex 11 4C FC

RGB Percentages of Color #114cfc

%4.93
%22.03
%73.04

CMYK Percentages of Color #114cfc

%93
%70
%0
%1

Triadic Colors of #114cfc

#114cfc #fc114c #4cfc11

Analogous Colors of #114cfc

#114cfc #4c11fc #11c2fc

Monochromatic Colors of #114cfc

#114cfc

Complementary Color

#114cfc #fcc111

#114cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#114cfc Color CSS Codes

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

#114cfc Text Font Color

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

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


#114cfc Background Color

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

This div background color is #114cfc


#114cfc Border Color

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

This div border color is #114cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.