Color Hex Logo

#135050 Color Hex

#135050
(19,80,80)
0 Favorites   0 Comments

Color spaces of #135050

RGB 198080
HSL0.500.620.19
HSV180°76°31°
CMYK 0.760.000.00   0.69
XYZ4.58526.45508.5937
Yxy6.45500.23350.3288
Hunter Lab25.4067-12.2474-2.2699
CIE-Lab30.5325-18.5551-5.5615

#135050 color RGB value is (19,80,80).

#135050 hex color red value is 19, green value is 80 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #135050 hue: 0.50 , saturation: 0.62 and the lightness value of 135050 is 0.19.

The process color (four color CMYK) of #135050 color hex is 0.76, 0.00, 0.00, 0.69. Web safe color of #135050 is #006666. Color #135050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010000 01010000
Octal 23 120 120
Decimal 19 80 80
Hex 13 50 50

RGB Percentages of Color #135050

%10.61
%44.69
%44.69

CMYK Percentages of Color #135050

%76
%0
%0
%69

Triadic Colors of #135050

#135050 #501350 #505013

Analogous Colors of #135050

#135050 #133250 #135032

Monochromatic Colors of #135050

#135050

Complementary Color

#135050 #501313

#135050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135050 Color CSS Codes

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

#135050 Text Font Color

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

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


#135050 Background Color

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

This div background color is #135050


#135050 Border Color

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

This div border color is #135050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135050


Comments

No comments written yet.

Please login to write comment.