Color Hex Logo

#114bcc Color Hex

#114BCC
(17,75,204)
0 Favorites   0 Comments

Color spaces of #114bcc

RGB 1775204
HSL0.610.850.43
HSV221°92°80°
CMYK 0.920.630.00   0.20
XYZ13.64639.511058.2433
Yxy9.51100.16760.1168
Hunter Lab30.839925.0143-90.3853
CIE-Lab36.950133.5824-71.0591

#114bcc color RGB value is (17,75,204).

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

The process color (four color CMYK) of #114bcc color hex is 0.92, 0.63, 0.00, 0.20. Web safe color of #114bcc is #0033cc. Color #114bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001011 11001100
Octal 21 113 314
Decimal 17 75 204
Hex 11 4B CC

RGB Percentages of Color #114bcc

%5.74
%25.34
%68.92

CMYK Percentages of Color #114bcc

%92
%63
%0
%20

Triadic Colors of #114bcc

#114bcc #cc114b #4bcc11

Analogous Colors of #114bcc

#114bcc #3511cc #11a9cc

Monochromatic Colors of #114bcc

#114bcc

Complementary Color

#114bcc #cc9211

#114bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#114bcc Color CSS Codes

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

#114bcc Text Font Color

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

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


#114bcc Background Color

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

This div background color is #114bcc


#114bcc Border Color

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

This div border color is #114bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114bcc


Comments

No comments written yet.

Please login to write comment.