Color Hex Logo

#138070 Color Hex

#138070
(19,128,112)
0 Favorites   0 Comments

Color spaces of #138070

RGB 19128112
HSL0.480.740.29
HSV171°85°50°
CMYK 0.850.000.13   0.50
XYZ10.912416.746617.9865
Yxy16.74660.23910.3669
Hunter Lab40.9226-24.01592.5864
CIE-Lab47.9392-32.58620.5015

#138070 color RGB value is (19,128,112).

#138070 hex color red value is 19, green value is 128 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #138070 hue: 0.48 , saturation: 0.74 and the lightness value of 138070 is 0.29.

The process color (four color CMYK) of #138070 color hex is 0.85, 0.00, 0.13, 0.50. Web safe color of #138070 is #009966. Color #138070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000000 01110000
Octal 23 200 160
Decimal 19 128 112
Hex 13 80 70

RGB Percentages of Color #138070

%7.34
%49.42
%43.24

CMYK Percentages of Color #138070

%85
%0
%13
%50

Triadic Colors of #138070

#138070 #701380 #807013

Analogous Colors of #138070

#138070 #135980 #13803a

Monochromatic Colors of #138070

#138070

Complementary Color

#138070 #801323

#138070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138070 Color CSS Codes

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

#138070 Text Font Color

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

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


#138070 Background Color

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

This div background color is #138070


#138070 Border Color

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

This div border color is #138070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138070


Comments

No comments written yet.

Please login to write comment.