Color Hex Logo

#13584a Color Hex

#13584A
(19,88,74)
0 Favorites   0 Comments

Color spaces of #13584a

RGB 198874
HSL0.470.640.21
HSV168°78°35°
CMYK 0.780.000.16   0.65
XYZ4.99437.61237.6847
Yxy7.61230.24610.3752
Hunter Lab27.5904-15.97192.7993
CIE-Lab33.1620-24.62942.1104

#13584a color RGB value is (19,88,74).

#13584a hex color red value is 19, green value is 88 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #13584a hue: 0.47 , saturation: 0.64 and the lightness value of 13584a is 0.21.

The process color (four color CMYK) of #13584a color hex is 0.78, 0.00, 0.16, 0.65. Web safe color of #13584a is #006633. Color #13584a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011000 01001010
Octal 23 130 112
Decimal 19 88 74
Hex 13 58 4A

RGB Percentages of Color #13584a

%10.50
%48.62
%40.88

CMYK Percentages of Color #13584a

%78
%0
%16
%65

Triadic Colors of #13584a

#13584a #4a1358 #584a13

Analogous Colors of #13584a

#13584a #134458 #135828

Monochromatic Colors of #13584a

#13584a

Complementary Color

#13584a #581321

#13584a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13584a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13584a Color CSS Codes

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

#13584a Text Font Color

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

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


#13584a Background Color

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

This div background color is #13584a


#13584a Border Color

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

This div border color is #13584a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13584a


Comments

No comments written yet.

Please login to write comment.