Color Hex Logo

#138376 Color Hex

#138376
(19,131,118)
0 Favorites   0 Comments

Color spaces of #138376

RGB 19131118
HSL0.480.750.29
HSV173°85°51°
CMYK 0.850.000.10   0.49
XYZ11.654917.679119.9377
Yxy17.67910.23650.3588
Hunter Lab42.0465-24.10291.3183
CIE-Lab49.1046-32.2182-1.3220

#138376 color RGB value is (19,131,118).

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

The process color (four color CMYK) of #138376 color hex is 0.85, 0.00, 0.10, 0.49. Web safe color of #138376 is #009966. Color #138376 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000011 01110110
Octal 23 203 166
Decimal 19 131 118
Hex 13 83 76

RGB Percentages of Color #138376

%7.09
%48.88
%44.03

CMYK Percentages of Color #138376

%85
%0
%10
%49

Triadic Colors of #138376

#138376 #761383 #837613

Analogous Colors of #138376

#138376 #135883 #13833e

Monochromatic Colors of #138376

#138376

Complementary Color

#138376 #831320

#138376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138376 Color CSS Codes

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

#138376 Text Font Color

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

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


#138376 Background Color

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

This div background color is #138376


#138376 Border Color

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

This div border color is #138376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138376


Comments

No comments written yet.

Please login to write comment.