Color Hex Logo

#119ebd Color Hex

#119EBD
(17,158,189)
0 Favorites   0 Comments

Color spaces of #119ebd

RGB 17158189
HSL0.530.830.40
HSV191°91°74°
CMYK 0.910.160.00   0.26
XYZ21.643328.247052.4556
Yxy28.24700.21150.2760
Hunter Lab53.1479-20.3187-21.3142
CIE-Lab60.1112-22.7388-25.5597

#119ebd color RGB value is (17,158,189).

#119ebd hex color red value is 17, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #119ebd hue: 0.53 , saturation: 0.83 and the lightness value of 119ebd is 0.40.

The process color (four color CMYK) of #119ebd color hex is 0.91, 0.16, 0.00, 0.26. Web safe color of #119ebd is #0099cc. Color #119ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011110 10111101
Octal 21 236 275
Decimal 17 158 189
Hex 11 9E BD

RGB Percentages of Color #119ebd

%4.67
%43.41
%51.92

CMYK Percentages of Color #119ebd

%91
%16
%0
%26

Triadic Colors of #119ebd

#119ebd #bd119e #9ebd11

Analogous Colors of #119ebd

#119ebd #1148bd #11bd86

Monochromatic Colors of #119ebd

#119ebd

Complementary Color

#119ebd #bd3011

#119ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#119ebd Color CSS Codes

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

#119ebd Text Font Color

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

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


#119ebd Background Color

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

This div background color is #119ebd


#119ebd Border Color

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

This div border color is #119ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119ebd


Comments

No comments written yet.

Please login to write comment.