Color Hex Logo

#119ccc Color Hex

#119CCC
(17,156,204)
0 Favorites   0 Comments

Color spaces of #119ccc

RGB 17156204
HSL0.540.850.43
HSV195°92°80°
CMYK 0.920.240.00   0.20
XYZ23.018728.255761.3674
Yxy28.25570.20440.2508
Hunter Lab53.1561-15.7256-31.2396
CIE-Lab60.1190-16.4371-33.9650

#119ccc color RGB value is (17,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011100 11001100
Octal 21 234 314
Decimal 17 156 204
Hex 11 9C CC

RGB Percentages of Color #119ccc

%4.51
%41.38
%54.11

CMYK Percentages of Color #119ccc

%92
%24
%0
%20

Triadic Colors of #119ccc

#119ccc #cc119c #9ccc11

Analogous Colors of #119ccc

#119ccc #113ecc #11cc9f

Monochromatic Colors of #119ccc

#119ccc

Complementary Color

#119ccc #cc4111

#119ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#119ccc Color CSS Codes

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

#119ccc Text Font Color

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

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


#119ccc Background Color

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

This div background color is #119ccc


#119ccc Border Color

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

This div border color is #119ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119ccc


Comments

No comments written yet.

Please login to write comment.