Color Hex Logo

#114eac Color Hex

#114EAC
(17,78,172)
0 Favorites   0 Comments

Color spaces of #114eac

RGB 1778172
HSL0.600.820.37
HSV216°90°67°
CMYK 0.900.550.00   0.33
XYZ10.40198.546540.1311
Yxy8.54650.17610.1447
Hunter Lab29.234412.3519-60.9254
CIE-Lab35.096118.9218-55.2993

#114eac color RGB value is (17,78,172).

#114eac hex color red value is 17, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #114eac hue: 0.60 , saturation: 0.82 and the lightness value of 114eac is 0.37.

The process color (four color CMYK) of #114eac color hex is 0.90, 0.55, 0.00, 0.33. Web safe color of #114eac is #006699. Color #114eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001110 10101100
Octal 21 116 254
Decimal 17 78 172
Hex 11 4E AC

RGB Percentages of Color #114eac

%6.37
%29.21
%64.42

CMYK Percentages of Color #114eac

%90
%55
%0
%33

Triadic Colors of #114eac

#114eac #ac114e #4eac11

Analogous Colors of #114eac

#114eac #2111ac #119cac

Monochromatic Colors of #114eac

#114eac

Complementary Color

#114eac #ac6f11

#114eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#114eac Color CSS Codes

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

#114eac Text Font Color

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

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


#114eac Background Color

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

This div background color is #114eac


#114eac Border Color

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

This div border color is #114eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114eac


Comments

No comments written yet.

Please login to write comment.