Color Hex Logo

#149650 Color Hex

#149650
(20,150,80)
0 Favorites   0 Comments

Color spaces of #149650

RGB 2015080
HSL0.410.760.33
HSV148°87°59°
CMYK 0.870.000.47   0.41
XYZ12.642822.540611.2738
Yxy22.54060.27210.4852
Hunter Lab47.4769-35.551319.1549
CIE-Lab54.5960-49.059027.8025

#149650 color RGB value is (20,150,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010110 01010000
Octal 24 226 120
Decimal 20 150 80
Hex 14 96 50

RGB Percentages of Color #149650

%8.00
%60.00
%32.00

CMYK Percentages of Color #149650

%87
%0
%47
%41

Triadic Colors of #149650

#149650 #501496 #965014

Analogous Colors of #149650

#149650 #149691 #199614

Monochromatic Colors of #149650

#149650

Complementary Color

#149650 #96145a

#149650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149650 Color CSS Codes

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

#149650 Text Font Color

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

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


#149650 Background Color

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

This div background color is #149650


#149650 Border Color

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

This div border color is #149650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149650


Comments

No comments written yet.

Please login to write comment.