Color Hex Logo

#138489 Color Hex

#138489
(19,132,137)
0 Favorites   0 Comments

Color spaces of #138489

RGB 19132137
HSL0.510.760.31
HSV183°86°54°
CMYK 0.860.040.00   0.46
XYZ13.035218.447126.5405
Yxy18.44710.22470.3179
Hunter Lab42.9501-20.9885-6.5725
CIE-Lab50.0340-26.7815-11.0821

#138489 color RGB value is (19,132,137).

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

The process color (four color CMYK) of #138489 color hex is 0.86, 0.04, 0.00, 0.46. Web safe color of #138489 is #009999. Color #138489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000100 10001001
Octal 23 204 211
Decimal 19 132 137
Hex 13 84 89

RGB Percentages of Color #138489

%6.60
%45.83
%47.57

CMYK Percentages of Color #138489

%86
%4
%0
%46

Triadic Colors of #138489

#138489 #891384 #848913

Analogous Colors of #138489

#138489 #134989 #138953

Monochromatic Colors of #138489

#138489

Complementary Color

#138489 #891813

#138489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138489 Color CSS Codes

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

#138489 Text Font Color

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

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


#138489 Background Color

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

This div background color is #138489


#138489 Border Color

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

This div border color is #138489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138489


Comments

No comments written yet.

Please login to write comment.