Color Hex Logo

#119fcc Color Hex

#119FCC
(17,159,204)
0 Favorites   0 Comments

Color spaces of #119fcc

RGB 17159204
HSL0.540.850.43
HSV194°92°80°
CMYK 0.920.220.00   0.20
XYZ23.528429.275161.5373
Yxy29.27510.20580.2560
Hunter Lab54.1065-17.0649-29.5582
CIE-Lab61.0237-18.0527-32.5577

#119fcc color RGB value is (17,159,204).

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

The process color (four color CMYK) of #119fcc color hex is 0.92, 0.22, 0.00, 0.20. Web safe color of #119fcc is #0099cc. Color #119fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011111 11001100
Octal 21 237 314
Decimal 17 159 204
Hex 11 9F CC

RGB Percentages of Color #119fcc

%4.47
%41.84
%53.68

CMYK Percentages of Color #119fcc

%92
%22
%0
%20

Triadic Colors of #119fcc

#119fcc #cc119f #9fcc11

Analogous Colors of #119fcc

#119fcc #1141cc #11cc9c

Monochromatic Colors of #119fcc

#119fcc

Complementary Color

#119fcc #cc3e11

#119fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#119fcc Color CSS Codes

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

#119fcc Text Font Color

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

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


#119fcc Background Color

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

This div background color is #119fcc


#119fcc Border Color

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

This div border color is #119fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119fcc


Comments

No comments written yet.

Please login to write comment.