Color Hex Logo

#138259 Color Hex

#138259
(19,130,89)
0 Favorites   0 Comments

Color spaces of #138259

RGB 1913089
HSL0.440.740.29
HSV158°85°51°
CMYK 0.850.000.32   0.49
XYZ10.054416.825012.1688
Yxy16.82500.25750.4309
Hunter Lab41.0183-28.028111.1234
CIE-Lab48.0388-39.559314.0748

#138259 color RGB value is (19,130,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000010 01011001
Octal 23 202 131
Decimal 19 130 89
Hex 13 82 59

RGB Percentages of Color #138259

%7.98
%54.62
%37.39

CMYK Percentages of Color #138259

%85
%0
%32
%49

Triadic Colors of #138259

#138259 #591382 #825913

Analogous Colors of #138259

#138259 #137482 #138222

Monochromatic Colors of #138259

#138259

Complementary Color

#138259 #82133c

#138259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138259 Color CSS Codes

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

#138259 Text Font Color

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

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


#138259 Background Color

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

This div background color is #138259


#138259 Border Color

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

This div border color is #138259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138259


Comments

No comments written yet.

Please login to write comment.