Color Hex Logo

#114edc Color Hex

#114EDC
(17,78,220)
0 Favorites   0 Comments

Color spaces of #114edc

RGB 1778220
HSL0.620.860.46
HSV222°92°86°
CMYK 0.920.650.00   0.14
XYZ15.873810.735368.9456
Yxy10.73530.16610.1123
Hunter Lab32.764829.1409-101.8263
CIE-Lab39.131037.7157-76.6894

#114edc color RGB value is (17,78,220).

#114edc hex color red value is 17, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #114edc hue: 0.62 , saturation: 0.86 and the lightness value of 114edc is 0.46.

The process color (four color CMYK) of #114edc color hex is 0.92, 0.65, 0.00, 0.14. Web safe color of #114edc is #0066cc. Color #114edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001110 11011100
Octal 21 116 334
Decimal 17 78 220
Hex 11 4E DC

RGB Percentages of Color #114edc

%5.40
%24.76
%69.84

CMYK Percentages of Color #114edc

%92
%65
%0
%14

Triadic Colors of #114edc

#114edc #dc114e #4edc11

Analogous Colors of #114edc

#114edc #3911dc #11b4dc

Monochromatic Colors of #114edc

#114edc

Complementary Color

#114edc #dc9f11

#114edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#114edc Color CSS Codes

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

#114edc Text Font Color

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

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


#114edc Background Color

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

This div background color is #114edc


#114edc Border Color

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

This div border color is #114edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114edc


Comments

No comments written yet.

Please login to write comment.