Color Hex Logo

#149978 Color Hex

#149978
(20,153,120)
0 Favorites   0 Comments

Color spaces of #149978

RGB 20153120
HSL0.460.770.34
HSV165°87°60°
CMYK 0.870.000.22   0.40
XYZ15.069924.287321.6629
Yxy24.28730.24700.3980
Hunter Lab49.2821-31.66068.4355
CIE-Lab56.3743-41.33778.0265

#149978 color RGB value is (20,153,120).

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

The process color (four color CMYK) of #149978 color hex is 0.87, 0.00, 0.22, 0.40. Web safe color of #149978 is #009966. Color #149978 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011001 01111000
Octal 24 231 170
Decimal 20 153 120
Hex 14 99 78

RGB Percentages of Color #149978

%6.83
%52.22
%40.96

CMYK Percentages of Color #149978

%87
%0
%22
%40

Triadic Colors of #149978

#149978 #781499 #997814

Analogous Colors of #149978

#149978 #147899 #149936

Monochromatic Colors of #149978

#149978

Complementary Color

#149978 #991435

#149978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149978 Color CSS Codes

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

#149978 Text Font Color

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

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


#149978 Background Color

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

This div background color is #149978


#149978 Border Color

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

This div border color is #149978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149978


Comments

No comments written yet.

Please login to write comment.