Color Hex Logo

#114dac Color Hex

#114DAC
(17,77,172)
0 Favorites   0 Comments

Color spaces of #114dac

RGB 1777172
HSL0.600.820.37
HSV217°90°67°
CMYK 0.900.550.00   0.33
XYZ10.33148.405540.1076
Yxy8.40550.17560.1428
Hunter Lab28.992212.8721-61.7267
CIE-Lab34.813519.5981-55.7585

#114dac color RGB value is (17,77,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001101 10101100
Octal 21 115 254
Decimal 17 77 172
Hex 11 4D AC

RGB Percentages of Color #114dac

%6.39
%28.95
%64.66

CMYK Percentages of Color #114dac

%90
%55
%0
%33

Triadic Colors of #114dac

#114dac #ac114d #4dac11

Analogous Colors of #114dac

#114dac #2311ac #119bac

Monochromatic Colors of #114dac

#114dac

Complementary Color

#114dac #ac7011

#114dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#114dac Color CSS Codes

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

#114dac Text Font Color

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

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


#114dac Background Color

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

This div background color is #114dac


#114dac Border Color

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

This div border color is #114dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114dac


Comments

No comments written yet.

Please login to write comment.