Color Hex Logo

#114bae Color Hex

#114BAE
(17,75,174)
0 Favorites   0 Comments

Color spaces of #114bae

RGB 1775174
HSL0.610.820.37
HSV218°90°68°
CMYK 0.900.570.00   0.32
XYZ10.38728.207341.0811
Yxy8.20730.17410.1375
Hunter Lab28.648414.5850-64.9666
CIE-Lab34.410921.7622-57.6033

#114bae color RGB value is (17,75,174).

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

The process color (four color CMYK) of #114bae color hex is 0.90, 0.57, 0.00, 0.32. Web safe color of #114bae is #003399. Color #114bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001011 10101110
Octal 21 113 256
Decimal 17 75 174
Hex 11 4B AE

RGB Percentages of Color #114bae

%6.39
%28.20
%65.41

CMYK Percentages of Color #114bae

%90
%57
%0
%32

Triadic Colors of #114bae

#114bae #ae114b #4bae11

Analogous Colors of #114bae

#114bae #2511ae #119aae

Monochromatic Colors of #114bae

#114bae

Complementary Color

#114bae #ae7411

#114bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#114bae Color CSS Codes

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

#114bae Text Font Color

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

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


#114bae Background Color

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

This div background color is #114bae


#114bae Border Color

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

This div border color is #114bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114bae


Comments

No comments written yet.

Please login to write comment.