Color Hex Logo

#138874 Color Hex

#138874
(19,136,116)
0 Favorites   0 Comments

Color spaces of #138874

RGB 19136116
HSL0.470.750.30
HSV170°86°53°
CMYK 0.860.000.15   0.47
XYZ12.225119.007719.5475
Yxy19.00770.24070.3743
Hunter Lab43.5978-26.24373.9352
CIE-Lab50.6962-35.09222.1680

#138874 color RGB value is (19,136,116).

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

The process color (four color CMYK) of #138874 color hex is 0.86, 0.00, 0.15, 0.47. Web safe color of #138874 is #009966. Color #138874 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001000 01110100
Octal 23 210 164
Decimal 19 136 116
Hex 13 88 74

RGB Percentages of Color #138874

%7.01
%50.18
%42.80

CMYK Percentages of Color #138874

%86
%0
%15
%47

Triadic Colors of #138874

#138874 #741388 #887413

Analogous Colors of #138874

#138874 #136188 #13883a

Monochromatic Colors of #138874

#138874

Complementary Color

#138874 #881327

#138874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#138874 Color CSS Codes

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

#138874 Text Font Color

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

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


#138874 Background Color

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

This div background color is #138874


#138874 Border Color

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

This div border color is #138874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138874


Comments

No comments written yet.

Please login to write comment.