Color Hex Logo

#119ce8 Color Hex

#119CE8
(17,156,232)
0 Favorites   0 Comments

Color spaces of #119ce8

RGB 17156232
HSL0.560.860.49
HSV201°93°91°
CMYK 0.930.330.00   0.09
XYZ26.685129.722380.6745
Yxy29.72230.19470.2168
Hunter Lab54.5182-8.0361-49.5730
CIE-Lab61.4139-6.2794-47.5043

#119ce8 color RGB value is (17,156,232).

#119ce8 hex color red value is 17, green value is 156 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #119ce8 hue: 0.56 , saturation: 0.86 and the lightness value of 119ce8 is 0.49.

The process color (four color CMYK) of #119ce8 color hex is 0.93, 0.33, 0.00, 0.09. Web safe color of #119ce8 is #0099ff. Color #119ce8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011100 11101000
Octal 21 234 350
Decimal 17 156 232
Hex 11 9C E8

RGB Percentages of Color #119ce8

%4.20
%38.52
%57.28

CMYK Percentages of Color #119ce8

%93
%33
%0
%9

Triadic Colors of #119ce8

#119ce8 #e8119c #9ce811

Analogous Colors of #119ce8

#119ce8 #1130e8 #11e8c9

Monochromatic Colors of #119ce8

#119ce8

Complementary Color

#119ce8 #e85d11

#119ce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119ce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119ce8 Color CSS Codes

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

#119ce8 Text Font Color

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

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


#119ce8 Background Color

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

This div background color is #119ce8


#119ce8 Border Color

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

This div border color is #119ce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119ce8


Comments

No comments written yet.

Please login to write comment.