Color Hex Logo

#148259 Color Hex

#148259
(20,130,89)
0 Favorites   0 Comments

Color spaces of #148259

RGB 2013089
HSL0.440.730.29
HSV158°85°51°
CMYK 0.850.000.32   0.49
XYZ10.074316.835312.1698
Yxy16.83530.25780.4308
Hunter Lab41.0308-27.976911.1361
CIE-Lab48.0518-39.459714.0947

#148259 color RGB value is (20,130,89).

#148259 hex color red value is 20, green value is 130 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #148259 hue: 0.44 , saturation: 0.73 and the lightness value of 148259 is 0.29.

The process color (four color CMYK) of #148259 color hex is 0.85, 0.00, 0.32, 0.49. Web safe color of #148259 is #009966. Color #148259 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000010 01011001
Octal 24 202 131
Decimal 20 130 89
Hex 14 82 59

RGB Percentages of Color #148259

%8.37
%54.39
%37.24

CMYK Percentages of Color #148259

%85
%0
%32
%49

Triadic Colors of #148259

#148259 #591482 #825914

Analogous Colors of #148259

#148259 #147482 #148222

Monochromatic Colors of #148259

#148259

Complementary Color

#148259 #82143d

#148259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#148259 Color CSS Codes

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

#148259 Text Font Color

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

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


#148259 Background Color

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

This div background color is #148259


#148259 Border Color

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

This div border color is #148259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148259


Comments

No comments written yet.

Please login to write comment.