Color Hex Logo

#114daf Color Hex

#114DAF
(17,77,175)
0 Favorites   0 Comments

Color spaces of #114daf

RGB 1777175
HSL0.600.820.38
HSV217°90°69°
CMYK 0.900.560.00   0.31
XYZ10.62298.522141.6425
Yxy8.52210.17480.1402
Hunter Lab29.192613.8672-64.1407
CIE-Lab35.047420.8135-57.1613

#114daf color RGB value is (17,77,175).

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

The process color (four color CMYK) of #114daf color hex is 0.90, 0.56, 0.00, 0.31. Web safe color of #114daf is #006699. Color #114daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001101 10101111
Octal 21 115 257
Decimal 17 77 175
Hex 11 4D AF

RGB Percentages of Color #114daf

%6.32
%28.62
%65.06

CMYK Percentages of Color #114daf

%90
%56
%0
%31

Triadic Colors of #114daf

#114daf #af114d #4daf11

Analogous Colors of #114daf

#114daf #2411af #119caf

Monochromatic Colors of #114daf

#114daf

Complementary Color

#114daf #af7311

#114daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#114daf Color CSS Codes

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

#114daf Text Font Color

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

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


#114daf Background Color

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

This div background color is #114daf


#114daf Border Color

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

This div border color is #114daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114daf


Comments

No comments written yet.

Please login to write comment.