Color Hex Logo

#139883 Color Hex

#139883
(19,152,131)
0 Favorites   0 Comments

Color spaces of #139883

RGB 19152131
HSL0.470.780.34
HSV171°88°60°
CMYK 0.880.000.14   0.40
XYZ15.593524.233625.3284
Yxy24.23360.23930.3719
Hunter Lab49.2276-29.60613.9537
CIE-Lab56.3209-38.00901.6891

#139883 color RGB value is (19,152,131).

#139883 hex color red value is 19, green value is 152 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #139883 hue: 0.47 , saturation: 0.78 and the lightness value of 139883 is 0.34.

The process color (four color CMYK) of #139883 color hex is 0.88, 0.00, 0.14, 0.40. Web safe color of #139883 is #009999. Color #139883 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011000 10000011
Octal 23 230 203
Decimal 19 152 131
Hex 13 98 83

RGB Percentages of Color #139883

%6.29
%50.33
%43.38

CMYK Percentages of Color #139883

%88
%0
%14
%40

Triadic Colors of #139883

#139883 #831398 #988313

Analogous Colors of #139883

#139883 #136b98 #139841

Monochromatic Colors of #139883

#139883

Complementary Color

#139883 #981328

#139883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139883 Color CSS Codes

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

#139883 Text Font Color

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

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


#139883 Background Color

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

This div background color is #139883


#139883 Border Color

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

This div border color is #139883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139883


Comments

No comments written yet.

Please login to write comment.