Color Hex Logo

#149132 Color Hex

#149132
(20,145,50)
0 Favorites   0 Comments

Color spaces of #149132

RGB 2014550
HSL0.370.760.32
HSV134°86°57°
CMYK 0.860.000.66   0.43
XYZ10.989620.62986.4204
Yxy20.62980.28890.5423
Hunter Lab45.4200-36.296123.4130
CIE-Lab52.5419-51.854040.3308

#149132 color RGB value is (20,145,50).

#149132 hex color red value is 20, green value is 145 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #149132 hue: 0.37 , saturation: 0.76 and the lightness value of 149132 is 0.32.

The process color (four color CMYK) of #149132 color hex is 0.86, 0.00, 0.66, 0.43. Web safe color of #149132 is #009933. Color #149132 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010001 00110010
Octal 24 221 62
Decimal 20 145 50
Hex 14 91 32

RGB Percentages of Color #149132

%9.30
%67.44
%23.26

CMYK Percentages of Color #149132

%86
%0
%66
%43

Triadic Colors of #149132

#149132 #321491 #913214

Analogous Colors of #149132

#149132 #149171 #359114

Monochromatic Colors of #149132

#149132

Complementary Color

#149132 #911473

#149132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#149132 Color CSS Codes

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

#149132 Text Font Color

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

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


#149132 Background Color

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

This div background color is #149132


#149132 Border Color

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

This div border color is #149132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149132


Comments

No comments written yet.

Please login to write comment.