Color Hex Logo

#119de6 Color Hex

#119DE6
(17,157,230)
0 Favorites   0 Comments

Color spaces of #119de6

RGB 17157230
HSL0.560.860.48
HSV201°93°90°
CMYK 0.930.320.00   0.10
XYZ26.571129.946379.2427
Yxy29.94630.19570.2206
Hunter Lab54.7232-9.0942-47.5495
CIE-Lab61.6079-7.5824-46.0927

#119de6 color RGB value is (17,157,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011101 11100110
Octal 21 235 346
Decimal 17 157 230
Hex 11 9D E6

RGB Percentages of Color #119de6

%4.21
%38.86
%56.93

CMYK Percentages of Color #119de6

%93
%32
%0
%10

Triadic Colors of #119de6

#119de6 #e6119d #9de611

Analogous Colors of #119de6

#119de6 #1133e6 #11e6c5

Monochromatic Colors of #119de6

#119de6

Complementary Color

#119de6 #e65a11

#119de6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119de6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119de6 Color CSS Codes

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

#119de6 Text Font Color

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

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


#119de6 Background Color

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

This div background color is #119de6


#119de6 Border Color

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

This div border color is #119de6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119de6


Comments

No comments written yet.

Please login to write comment.