Color Hex Logo

#138988 Color Hex

#138988
(19,137,136)
0 Favorites   0 Comments

Color spaces of #138988

RGB 19137136
HSL0.500.760.31
HSV179°86°54°
CMYK 0.860.000.01   0.46
XYZ13.658219.807326.3959
Yxy19.80730.22820.3309
Hunter Lab44.5054-23.1048-4.0108
CIE-Lab51.6186-29.5680-8.1226

#138988 color RGB value is (19,137,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001001 10001000
Octal 23 211 210
Decimal 19 137 136
Hex 13 89 88

RGB Percentages of Color #138988

%6.51
%46.92
%46.58

CMYK Percentages of Color #138988

%86
%0
%1
%46

Triadic Colors of #138988

#138988 #881389 #898813

Analogous Colors of #138988

#138988 #134f89 #13894d

Monochromatic Colors of #138988

#138988

Complementary Color

#138988 #891314

#138988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138988 Color CSS Codes

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

#138988 Text Font Color

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

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


#138988 Background Color

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

This div background color is #138988


#138988 Border Color

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

This div border color is #138988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138988


Comments

No comments written yet.

Please login to write comment.