Color Hex Logo

#138669 Color Hex

#138669
(19,134,105)
0 Favorites   0 Comments

Color spaces of #138669

RGB 19134105
HSL0.460.750.30
HSV165°86°53°
CMYK 0.860.000.22   0.47
XYZ11.343518.208616.2813
Yxy18.20860.24750.3973
Hunter Lab42.6715-27.22407.2480
CIE-Lab49.7481-37.22477.2041

#138669 color RGB value is (19,134,105).

#138669 hex color red value is 19, green value is 134 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #138669 hue: 0.46 , saturation: 0.75 and the lightness value of 138669 is 0.30.

The process color (four color CMYK) of #138669 color hex is 0.86, 0.00, 0.22, 0.47. Web safe color of #138669 is #009966. Color #138669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000110 01101001
Octal 23 206 151
Decimal 19 134 105
Hex 13 86 69

RGB Percentages of Color #138669

%7.36
%51.94
%40.70

CMYK Percentages of Color #138669

%86
%0
%22
%47

Triadic Colors of #138669

#138669 #691386 #866913

Analogous Colors of #138669

#138669 #136a86 #138630

Monochromatic Colors of #138669

#138669

Complementary Color

#138669 #861330

#138669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138669 Color CSS Codes

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

#138669 Text Font Color

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

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


#138669 Background Color

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

This div background color is #138669


#138669 Border Color

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

This div border color is #138669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138669


Comments

No comments written yet.

Please login to write comment.