Color Hex Logo

#119fce Color Hex

#119FCE
(17,159,206)
0 Favorites   0 Comments

Color spaces of #119fce

RGB 17159206
HSL0.540.850.44
HSV195°92°81°
CMYK 0.920.230.00   0.19
XYZ23.769929.371762.8090
Yxy29.37170.20500.2533
Hunter Lab54.1957-16.5534-30.7760
CIE-Lab61.1083-17.3470-33.5431

#119fce color RGB value is (17,159,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011111 11001110
Octal 21 237 316
Decimal 17 159 206
Hex 11 9F CE

RGB Percentages of Color #119fce

%4.45
%41.62
%53.93

CMYK Percentages of Color #119fce

%92
%23
%0
%19

Triadic Colors of #119fce

#119fce #ce119f #9fce11

Analogous Colors of #119fce

#119fce #1140ce #11ce9f

Monochromatic Colors of #119fce

#119fce

Complementary Color

#119fce #ce4011

#119fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#119fce Color CSS Codes

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

#119fce Text Font Color

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

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


#119fce Background Color

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

This div background color is #119fce


#119fce Border Color

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

This div border color is #119fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119fce


Comments

No comments written yet.

Please login to write comment.