Color Hex Logo

#135f57 Color Hex

#135F57
(19,95,87)
0 Favorites   0 Comments

Color spaces of #135f57

RGB 199587
HSL0.480.670.22
HSV174°80°37°
CMYK 0.800.000.08   0.63
XYZ6.08119.011010.4356
Yxy9.01100.23820.3530
Hunter Lab30.0183-16.37160.4012
CIE-Lab36.0055-24.1824-1.8624

#135f57 color RGB value is (19,95,87).

#135f57 hex color red value is 19, green value is 95 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #135f57 hue: 0.48 , saturation: 0.67 and the lightness value of 135f57 is 0.22.

The process color (four color CMYK) of #135f57 color hex is 0.80, 0.00, 0.08, 0.63. Web safe color of #135f57 is #006666. Color #135f57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011111 01010111
Octal 23 137 127
Decimal 19 95 87
Hex 13 5F 57

RGB Percentages of Color #135f57

%9.45
%47.26
%43.28

CMYK Percentages of Color #135f57

%80
%0
%8
%63

Triadic Colors of #135f57

#135f57 #57135f #5f5713

Analogous Colors of #135f57

#135f57 #13415f #135f31

Monochromatic Colors of #135f57

#135f57

Complementary Color

#135f57 #5f131b

#135f57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135f57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135f57 Color CSS Codes

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

#135f57 Text Font Color

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

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


#135f57 Background Color

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

This div background color is #135f57


#135f57 Border Color

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

This div border color is #135f57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135f57


Comments

No comments written yet.

Please login to write comment.