Color Hex Logo

#138958 Color Hex

#138958
(19,137,88)
0 Favorites   0 Comments

Color spaces of #138958

RGB 1913788
HSL0.430.760.31
HSV155°86°54°
CMYK 0.860.000.36   0.46
XYZ10.975718.734312.2701
Yxy18.73430.26150.4463
Hunter Lab43.2831-30.481613.4904
CIE-Lab50.3749-42.616117.8360

#138958 color RGB value is (19,137,88).

#138958 hex color red value is 19, green value is 137 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #138958 hue: 0.43 , saturation: 0.76 and the lightness value of 138958 is 0.31.

The process color (four color CMYK) of #138958 color hex is 0.86, 0.00, 0.36, 0.46. Web safe color of #138958 is #009966. Color #138958 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001001 01011000
Octal 23 211 130
Decimal 19 137 88
Hex 13 89 58

RGB Percentages of Color #138958

%7.79
%56.15
%36.07

CMYK Percentages of Color #138958

%86
%0
%36
%46

Triadic Colors of #138958

#138958 #581389 #895813

Analogous Colors of #138958

#138958 #137f89 #13891d

Monochromatic Colors of #138958

#138958

Complementary Color

#138958 #891344

#138958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138958 Color CSS Codes

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

#138958 Text Font Color

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

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


#138958 Background Color

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

This div background color is #138958


#138958 Border Color

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

This div border color is #138958


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,137,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138958


Comments

No comments written yet.

Please login to write comment.