Color Hex Logo

#149696 Color Hex

#149696
(20,150,150)
0 Favorites   0 Comments

Color spaces of #149696

RGB 20150150
HSL0.500.760.33
HSV180°87°59°
CMYK 0.870.000.00   0.41
XYZ16.699924.163432.6380
Yxy24.16340.22720.3287
Hunter Lab49.1563-25.3816-4.9570
CIE-Lab56.2510-31.3814-9.2791

#149696 color RGB value is (20,150,150).

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

The process color (four color CMYK) of #149696 color hex is 0.87, 0.00, 0.00, 0.41. Web safe color of #149696 is #009999. Color #149696 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010110 10010110
Octal 24 226 226
Decimal 20 150 150
Hex 14 96 96

RGB Percentages of Color #149696

%6.25
%46.88
%46.88

CMYK Percentages of Color #149696

%87
%0
%0
%41

Triadic Colors of #149696

#149696 #961496 #969614

Analogous Colors of #149696

#149696 #145596 #149655

Monochromatic Colors of #149696

#149696

Complementary Color

#149696 #961414

#149696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149696 Color CSS Codes

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

#149696 Text Font Color

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

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


#149696 Background Color

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

This div background color is #149696


#149696 Border Color

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

This div border color is #149696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149696


Comments

No comments written yet.

Please login to write comment.