Color Hex Logo

#138386 Color Hex

#138386
(19,131,134)
0 Favorites   0 Comments

Color spaces of #138386

RGB 19131134
HSL0.500.750.30
HSV182°86°53°
CMYK 0.860.020.00   0.47
XYZ12.687918.092325.3777
Yxy18.09230.22590.3222
Hunter Lab42.5350-21.1911-5.5997
CIE-Lab49.6079-27.2555-9.9649

#138386 color RGB value is (19,131,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000011 10000110
Octal 23 203 206
Decimal 19 131 134
Hex 13 83 86

RGB Percentages of Color #138386

%6.69
%46.13
%47.18

CMYK Percentages of Color #138386

%86
%2
%0
%47

Triadic Colors of #138386

#138386 #861383 #838613

Analogous Colors of #138386

#138386 #134986 #138650

Monochromatic Colors of #138386

#138386

Complementary Color

#138386 #861613

#138386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138386 Color CSS Codes

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

#138386 Text Font Color

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

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


#138386 Background Color

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

This div background color is #138386


#138386 Border Color

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

This div border color is #138386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138386


Comments

No comments written yet.

Please login to write comment.