Color Hex Logo

#119fbc Color Hex

#119FBC
(17,159,188)
0 Favorites   0 Comments

Color spaces of #119fbc

RGB 17159188
HSL0.530.830.40
HSV190°91°74°
CMYK 0.910.150.00   0.26
XYZ21.706428.546351.9429
Yxy28.54630.21240.2793
Hunter Lab53.4287-20.9814-20.2410
CIE-Lab60.3791-23.5970-24.5854

#119fbc color RGB value is (17,159,188).

#119fbc hex color red value is 17, green value is 159 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #119fbc hue: 0.53 , saturation: 0.83 and the lightness value of 119fbc is 0.40.

The process color (four color CMYK) of #119fbc color hex is 0.91, 0.15, 0.00, 0.26. Web safe color of #119fbc is #0099cc. Color #119fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011111 10111100
Octal 21 237 274
Decimal 17 159 188
Hex 11 9F BC

RGB Percentages of Color #119fbc

%4.67
%43.68
%51.65

CMYK Percentages of Color #119fbc

%91
%15
%0
%26

Triadic Colors of #119fbc

#119fbc #bc119f #9fbc11

Analogous Colors of #119fbc

#119fbc #1149bc #11bc84

Monochromatic Colors of #119fbc

#119fbc

Complementary Color

#119fbc #bc2e11

#119fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#119fbc Color CSS Codes

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

#119fbc Text Font Color

<p style="color:#119fbc">Text here</p>

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


#119fbc Background Color

<div style="background-color:#119fbc">
Div content here</div>

This div background color is #119fbc


#119fbc Border Color

<div style="border:3px solid #119fbc">
Div here</div>

This div border color is #119fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,159,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #119fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #119fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #119fbc;
  box-shadow:         1px 1px 3px 2px #119fbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119fbc


Comments

No comments written yet.

Please login to write comment.