Color Hex Logo

#119abc Color Hex

#119ABC
(17,154,188)
0 Favorites   0 Comments

Color spaces of #119abc

RGB 17154188
HSL0.530.830.40
HSV192°91°74°
CMYK 0.910.180.00   0.26
XYZ20.863926.861251.6620
Yxy26.86120.20990.2703
Hunter Lab51.8278-18.8413-22.8209
CIE-Lab58.8456-20.9936-26.9471

#119abc color RGB value is (17,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011010 10111100
Octal 21 232 274
Decimal 17 154 188
Hex 11 9A BC

RGB Percentages of Color #119abc

%4.74
%42.90
%52.37

CMYK Percentages of Color #119abc

%91
%18
%0
%26

Triadic Colors of #119abc

#119abc #bc119a #9abc11

Analogous Colors of #119abc

#119abc #1145bc #11bc89

Monochromatic Colors of #119abc

#119abc

Complementary Color

#119abc #bc3311

#119abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#119abc Color CSS Codes

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

#119abc Text Font Color

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

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


#119abc Background Color

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

This div background color is #119abc


#119abc Border Color

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

This div border color is #119abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119abc


Comments

No comments written yet.

Please login to write comment.