Color Hex Logo

#19725f Color Hex

#19725F
(25,114,95)
0 Favorites   0 Comments

Color spaces of #19725f

RGB 2511495
HSL0.460.640.27
HSV167°78°45°
CMYK 0.780.000.17   0.55
XYZ8.483813.067512.9016
Yxy13.06750.24620.3793
Hunter Lab36.1490-21.36864.1437
CIE-Lab42.8648-30.27393.2579

#19725f color RGB value is (25,114,95).

#19725f hex color red value is 25, green value is 114 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #19725f hue: 0.46 , saturation: 0.64 and the lightness value of 19725f is 0.27.

The process color (four color CMYK) of #19725f color hex is 0.78, 0.00, 0.17, 0.55. Web safe color of #19725f is #006666. Color #19725f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110010 01011111
Octal 31 162 137
Decimal 25 114 95
Hex 19 72 5F

RGB Percentages of Color #19725f

%10.68
%48.72
%40.60

CMYK Percentages of Color #19725f

%78
%0
%17
%55

Triadic Colors of #19725f

#19725f #5f1972 #725f19

Analogous Colors of #19725f

#19725f #195972 #197233

Monochromatic Colors of #19725f

#19725f

Complementary Color

#19725f #72192c

#19725f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19725f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19725f Color CSS Codes

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

#19725f Text Font Color

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

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


#19725f Background Color

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

This div background color is #19725f


#19725f Border Color

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

This div border color is #19725f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,114,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 #19725f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19725f


Comments

No comments written yet.

Please login to write comment.