Color Hex Logo

#138059 Color Hex

#138059
(19,128,89)
0 Favorites   0 Comments

Color spaces of #138059

RGB 1912889
HSL0.440.740.29
HSV159°85°50°
CMYK 0.850.000.30   0.50
XYZ9.790916.298112.0810
Yxy16.29810.25650.4270
Hunter Lab40.3709-27.358610.5171
CIE-Lab47.3632-38.731313.1422

#138059 color RGB value is (19,128,89).

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

The process color (four color CMYK) of #138059 color hex is 0.85, 0.00, 0.30, 0.50. Web safe color of #138059 is #009966. Color #138059 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000000 01011001
Octal 23 200 131
Decimal 19 128 89
Hex 13 80 59

RGB Percentages of Color #138059

%8.05
%54.24
%37.71

CMYK Percentages of Color #138059

%85
%0
%30
%50

Triadic Colors of #138059

#138059 #591380 #805913

Analogous Colors of #138059

#138059 #137180 #138023

Monochromatic Colors of #138059

#138059

Complementary Color

#138059 #80133a

#138059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138059 Color CSS Codes

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

#138059 Text Font Color

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

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


#138059 Background Color

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

This div background color is #138059


#138059 Border Color

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

This div border color is #138059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138059


Comments

No comments written yet.

Please login to write comment.