Color Hex Logo

#138480 Color Hex

#138480
(19,132,128)
0 Favorites   0 Comments

Color spaces of #138480

RGB 19132128
HSL0.490.750.30
HSV178°86°52°
CMYK 0.860.000.03   0.48
XYZ12.416118.199523.2805
Yxy18.19950.23040.3377
Hunter Lab42.6609-22.7056-2.4926
CIE-Lab49.7372-29.6509-6.2535

#138480 color RGB value is (19,132,128).

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

The process color (four color CMYK) of #138480 color hex is 0.86, 0.00, 0.03, 0.48. Web safe color of #138480 is #009999. Color #138480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000100 10000000
Octal 23 204 200
Decimal 19 132 128
Hex 13 84 80

RGB Percentages of Color #138480

%6.81
%47.31
%45.88

CMYK Percentages of Color #138480

%86
%0
%3
%48

Triadic Colors of #138480

#138480 #801384 #848013

Analogous Colors of #138480

#138480 #135084 #138448

Monochromatic Colors of #138480

#138480

Complementary Color

#138480 #841317

#138480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138480 Color CSS Codes

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

#138480 Text Font Color

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

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


#138480 Background Color

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

This div background color is #138480


#138480 Border Color

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

This div border color is #138480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138480


Comments

No comments written yet.

Please login to write comment.