Color Hex Logo

#13585e Color Hex

#13585E
(19,88,94)
0 Favorites   0 Comments

Color spaces of #13585e

RGB 198894
HSL0.510.660.22
HSV185°80°37°
CMYK 0.800.060.00   0.63
XYZ5.77877.926011.8150
Yxy7.92600.22640.3106
Hunter Lab28.1532-12.6292-5.1750
CIE-Lab33.8283-18.1694-9.4832

#13585e color RGB value is (19,88,94).

#13585e hex color red value is 19, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #13585e hue: 0.51 , saturation: 0.66 and the lightness value of 13585e is 0.22.

The process color (four color CMYK) of #13585e color hex is 0.80, 0.06, 0.00, 0.63. Web safe color of #13585e is #006666. Color #13585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011000 01011110
Octal 23 130 136
Decimal 19 88 94
Hex 13 58 5E

RGB Percentages of Color #13585e

%9.45
%43.78
%46.77

CMYK Percentages of Color #13585e

%80
%6
%0
%63

Triadic Colors of #13585e

#13585e #5e1358 #585e13

Analogous Colors of #13585e

#13585e #13325e #135e3f

Monochromatic Colors of #13585e

#13585e

Complementary Color

#13585e #5e1913

#13585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13585e Color CSS Codes

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

#13585e Text Font Color

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

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


#13585e Background Color

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

This div background color is #13585e


#13585e Border Color

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

This div border color is #13585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13585e


Comments

No comments written yet.

Please login to write comment.