Color Hex Logo

#19895d Color Hex

#19895D
(25,137,93)
0 Favorites   0 Comments

Color spaces of #19895d

RGB 2513793
HSL0.430.690.32
HSV156°82°54°
CMYK 0.820.000.32   0.46
XYZ11.322318.888313.4050
Yxy18.88830.25960.4331
Hunter Lab43.4607-29.553712.1351
CIE-Lab50.5563-40.861415.2577

#19895d color RGB value is (25,137,93).

#19895d hex color red value is 25, green value is 137 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #19895d hue: 0.43 , saturation: 0.69 and the lightness value of 19895d is 0.32.

The process color (four color CMYK) of #19895d color hex is 0.82, 0.00, 0.32, 0.46. Web safe color of #19895d is #009966. Color #19895d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001001 01011101
Octal 31 211 135
Decimal 25 137 93
Hex 19 89 5D

RGB Percentages of Color #19895d

%9.80
%53.73
%36.47

CMYK Percentages of Color #19895d

%82
%0
%32
%46

Triadic Colors of #19895d

#19895d #5d1989 #895d19

Analogous Colors of #19895d

#19895d #197d89 #198925

Monochromatic Colors of #19895d

#19895d

Complementary Color

#19895d #891945

#19895d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19895d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19895d Color CSS Codes

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

#19895d Text Font Color

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

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


#19895d Background Color

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

This div background color is #19895d


#19895d Border Color

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

This div border color is #19895d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,137,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19895d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19895d;
  -webkit-box-shadow: 1px 1px 3px 2px #19895d;
  box-shadow:         1px 1px 3px 2px #19895d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19895d


Comments

No comments written yet.

Please login to write comment.