Color Hex Logo

#138986 Color Hex

#138986
(19,137,134)
0 Favorites   0 Comments

Color spaces of #138986

RGB 19137134
HSL0.500.760.31
HSV178°86°54°
CMYK 0.860.000.02   0.46
XYZ13.517319.751025.6541
Yxy19.75100.22940.3352
Hunter Lab44.4421-23.4819-3.1156
CIE-Lab51.5545-30.1952-7.0538

#138986 color RGB value is (19,137,134).

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

The process color (four color CMYK) of #138986 color hex is 0.86, 0.00, 0.02, 0.46. Web safe color of #138986 is #009999. Color #138986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001001 10000110
Octal 23 211 206
Decimal 19 137 134
Hex 13 89 86

RGB Percentages of Color #138986

%6.55
%47.24
%46.21

CMYK Percentages of Color #138986

%86
%0
%2
%46

Triadic Colors of #138986

#138986 #861389 #898613

Analogous Colors of #138986

#138986 #135189 #13894b

Monochromatic Colors of #138986

#138986

Complementary Color

#138986 #891316

#138986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138986 Color CSS Codes

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

#138986 Text Font Color

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

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


#138986 Background Color

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

This div background color is #138986


#138986 Border Color

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

This div border color is #138986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138986


Comments

No comments written yet.

Please login to write comment.