Color Hex Logo

#149799 Color Hex

#149799
(20,151,153)
0 Favorites   0 Comments

Color spaces of #149799

RGB 20151153
HSL0.500.770.34
HSV181°87°60°
CMYK 0.870.010.00   0.40
XYZ17.104924.581833.9802
Yxy24.58180.22610.3249
Hunter Lab49.5800-25.1833-5.9290
CIE-Lab56.6657-30.9228-10.3744

#149799 color RGB value is (20,151,153).

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

The process color (four color CMYK) of #149799 color hex is 0.87, 0.01, 0.00, 0.40. Web safe color of #149799 is #009999. Color #149799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010111 10011001
Octal 24 227 231
Decimal 20 151 153
Hex 14 97 99

RGB Percentages of Color #149799

%6.17
%46.60
%47.22

CMYK Percentages of Color #149799

%87
%1
%0
%40

Triadic Colors of #149799

#149799 #991497 #979914

Analogous Colors of #149799

#149799 #145599 #149958

Monochromatic Colors of #149799

#149799

Complementary Color

#149799 #991614

#149799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149799 Color CSS Codes

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

#149799 Text Font Color

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

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


#149799 Background Color

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

This div background color is #149799


#149799 Border Color

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

This div border color is #149799


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,151,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 #149799">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149799


Comments

No comments written yet.

Please login to write comment.