Color Hex Logo

#119cbd Color Hex

#119CBD
(17,156,189)
0 Favorites   0 Comments

Color spaces of #119cbd

RGB 17156189
HSL0.530.830.40
HSV192°91°74°
CMYK 0.910.170.00   0.26
XYZ21.304927.570252.3428
Yxy27.57020.21050.2724
Hunter Lab52.5073-19.4613-22.3491
CIE-Lab59.4984-21.6971-26.5038

#119cbd color RGB value is (17,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011100 10111101
Octal 21 234 275
Decimal 17 156 189
Hex 11 9C BD

RGB Percentages of Color #119cbd

%4.70
%43.09
%52.21

CMYK Percentages of Color #119cbd

%91
%17
%0
%26

Triadic Colors of #119cbd

#119cbd #bd119c #9cbd11

Analogous Colors of #119cbd

#119cbd #1146bd #11bd88

Monochromatic Colors of #119cbd

#119cbd

Complementary Color

#119cbd #bd3211

#119cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#119cbd Color CSS Codes

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

#119cbd Text Font Color

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

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


#119cbd Background Color

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

This div background color is #119cbd


#119cbd Border Color

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

This div border color is #119cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119cbd


Comments

No comments written yet.

Please login to write comment.