Color Hex Logo

#19825f Color Hex

#19825F
(25,130,95)
0 Favorites   0 Comments

Color spaces of #19825f

RGB 2513095
HSL0.440.680.30
HSV160°81°51°
CMYK 0.810.000.27   0.49
XYZ10.449116.998213.5567
Yxy16.99820.25480.4145
Hunter Lab41.2289-26.91139.3647
CIE-Lab48.2578-37.448510.9209

#19825f color RGB value is (25,130,95).

#19825f hex color red value is 25, green value is 130 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #19825f hue: 0.44 , saturation: 0.68 and the lightness value of 19825f is 0.30.

The process color (four color CMYK) of #19825f color hex is 0.81, 0.00, 0.27, 0.49. Web safe color of #19825f is #009966. Color #19825f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000010 01011111
Octal 31 202 137
Decimal 25 130 95
Hex 19 82 5F

RGB Percentages of Color #19825f

%10.00
%52.00
%38.00

CMYK Percentages of Color #19825f

%81
%0
%27
%49

Triadic Colors of #19825f

#19825f #5f1982 #825f19

Analogous Colors of #19825f

#19825f #197182 #19822b

Monochromatic Colors of #19825f

#19825f

Complementary Color

#19825f #82193c

#19825f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19825f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19825f Color CSS Codes

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

#19825f Text Font Color

<p style="color:#19825f">Text here</p>

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


#19825f Background Color

<div style="background-color:#19825f">
Div content here</div>

This div background color is #19825f


#19825f Border Color

<div style="border:3px solid #19825f">
Div here</div>

This div border color is #19825f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,130,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19825f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19825f;
  -webkit-box-shadow: 1px 1px 3px 2px #19825f;
  box-shadow:         1px 1px 3px 2px #19825f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19825f


Comments

No comments written yet.

Please login to write comment.