Color Hex Logo

#135d6c Color Hex

#135D6C
(19,93,108)
0 Favorites   0 Comments

Color spaces of #135d6c

RGB 1993108
HSL0.530.700.25
HSV190°82°42°
CMYK 0.820.140.00   0.58
XYZ6.88979.049915.5710
Yxy9.04990.21860.2872
Hunter Lab30.0831-11.7648-9.6304
CIE-Lab36.0802-16.0070-14.7946

#135d6c color RGB value is (19,93,108).

#135d6c hex color red value is 19, green value is 93 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #135d6c hue: 0.53 , saturation: 0.70 and the lightness value of 135d6c is 0.25.

The process color (four color CMYK) of #135d6c color hex is 0.82, 0.14, 0.00, 0.58. Web safe color of #135d6c is #006666. Color #135d6c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011101 01101100
Octal 23 135 154
Decimal 19 93 108
Hex 13 5D 6C

RGB Percentages of Color #135d6c

%8.64
%42.27
%49.09

CMYK Percentages of Color #135d6c

%82
%14
%0
%58

Triadic Colors of #135d6c

#135d6c #6c135d #5d6c13

Analogous Colors of #135d6c

#135d6c #13306c #136c4f

Monochromatic Colors of #135d6c

#135d6c

Complementary Color

#135d6c #6c2213

#135d6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135d6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#135d6c Color CSS Codes

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

#135d6c Text Font Color

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

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


#135d6c Background Color

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

This div background color is #135d6c


#135d6c Border Color

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

This div border color is #135d6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135d6c


Comments

No comments written yet.

Please login to write comment.