Color Hex Logo

#119cbe Color Hex

#119CBE
(17,156,190)
0 Favorites   0 Comments

Color spaces of #119cbe

RGB 17156190
HSL0.530.840.41
HSV192°91°75°
CMYK 0.910.180.00   0.25
XYZ21.413927.613852.9166
Yxy27.61380.21010.2709
Hunter Lab52.5488-19.2209-22.9208
CIE-Lab59.5382-21.3514-27.0057

#119cbe color RGB value is (17,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011100 10111110
Octal 21 234 276
Decimal 17 156 190
Hex 11 9C BE

RGB Percentages of Color #119cbe

%4.68
%42.98
%52.34

CMYK Percentages of Color #119cbe

%91
%18
%0
%25

Triadic Colors of #119cbe

#119cbe #be119c #9cbe11

Analogous Colors of #119cbe

#119cbe #1146be #11be8a

Monochromatic Colors of #119cbe

#119cbe

Complementary Color

#119cbe #be3311

#119cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#119cbe Color CSS Codes

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

#119cbe Text Font Color

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

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


#119cbe Background Color

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

This div background color is #119cbe


#119cbe Border Color

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

This div border color is #119cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119cbe


Comments

No comments written yet.

Please login to write comment.