Color Hex Logo

#159699 Color Hex

#159699
(21,150,153)
0 Favorites   0 Comments

Color spaces of #159699

RGB 21150153
HSL0.500.760.34
HSV181°86°60°
CMYK 0.860.020.00   0.40
XYZ16.965424.272033.9278
Yxy24.27200.22570.3229
Hunter Lab49.2666-24.7485-6.3438
CIE-Lab56.3591-30.3710-10.8332

#159699 color RGB value is (21,150,153).

#159699 hex color red value is 21, green value is 150 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #159699 hue: 0.50 , saturation: 0.76 and the lightness value of 159699 is 0.34.

The process color (four color CMYK) of #159699 color hex is 0.86, 0.02, 0.00, 0.40. Web safe color of #159699 is #009999. Color #159699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10010110 10011001
Octal 25 226 231
Decimal 21 150 153
Hex 15 96 99

RGB Percentages of Color #159699

%6.48
%46.30
%47.22

CMYK Percentages of Color #159699

%86
%2
%0
%40

Triadic Colors of #159699

#159699 #991596 #969915

Analogous Colors of #159699

#159699 #155499 #15995a

Monochromatic Colors of #159699

#159699

Complementary Color

#159699 #991815

#159699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#159699 Color CSS Codes

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

#159699 Text Font Color

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

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


#159699 Background Color

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

This div background color is #159699


#159699 Border Color

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

This div border color is #159699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,150,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #159699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #159699;
  -webkit-box-shadow: 1px 1px 3px 2px #159699;
  box-shadow:         1px 1px 3px 2px #159699; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,150,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159699


Comments

No comments written yet.

Please login to write comment.