Color Hex Logo

#138388 Color Hex

#138388
(19,131,136)
0 Favorites   0 Comments

Color spaces of #138388

RGB 19131136
HSL0.510.750.30
HSV183°86°53°
CMYK 0.860.040.00   0.47
XYZ12.828818.148626.1194
Yxy18.14860.22470.3179
Hunter Lab42.6012-20.7991-6.5307
CIE-Lab49.6758-26.6061-11.0352

#138388 color RGB value is (19,131,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000011 10001000
Octal 23 203 210
Decimal 19 131 136
Hex 13 83 88

RGB Percentages of Color #138388

%6.64
%45.80
%47.55

CMYK Percentages of Color #138388

%86
%4
%0
%47

Triadic Colors of #138388

#138388 #881383 #838813

Analogous Colors of #138388

#138388 #134888 #138853

Monochromatic Colors of #138388

#138388

Complementary Color

#138388 #881813

#138388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138388 Color CSS Codes

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

#138388 Text Font Color

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

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


#138388 Background Color

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

This div background color is #138388


#138388 Border Color

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

This div border color is #138388


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,131,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 #138388">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138388


Comments

No comments written yet.

Please login to write comment.