Color Hex Logo

#119bae Color Hex

#119BAE
(17,155,174)
0 Favorites   0 Comments

Color spaces of #119bae

RGB 17155174
HSL0.520.820.37
HSV187°90°68°
CMYK 0.900.110.00   0.32
XYZ19.592526.617944.1495
Yxy26.61790.21680.2946
Hunter Lab51.5925-22.5008-14.6217
CIE-Lab58.6190-26.2720-19.3773

#119bae color RGB value is (17,155,174).

#119bae hex color red value is 17, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #119bae hue: 0.52 , saturation: 0.82 and the lightness value of 119bae is 0.37.

The process color (four color CMYK) of #119bae color hex is 0.90, 0.11, 0.00, 0.32. Web safe color of #119bae is #009999. Color #119bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011011 10101110
Octal 21 233 256
Decimal 17 155 174
Hex 11 9B AE

RGB Percentages of Color #119bae

%4.91
%44.80
%50.29

CMYK Percentages of Color #119bae

%90
%11
%0
%32

Triadic Colors of #119bae

#119bae #ae119b #9bae11

Analogous Colors of #119bae

#119bae #114dae #11ae73

Monochromatic Colors of #119bae

#119bae

Complementary Color

#119bae #ae2411

#119bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#119bae Color CSS Codes

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

#119bae Text Font Color

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

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


#119bae Background Color

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

This div background color is #119bae


#119bae Border Color

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

This div border color is #119bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119bae


Comments

No comments written yet.

Please login to write comment.