Color Hex Logo

#195712 Color Hex

#195712
(25,87,18)
0 Favorites   0 Comments

Color spaces of #195712

RGB 258718
HSL0.320.660.21
HSV114°79°34°
CMYK 0.710.000.79   0.66
XYZ3.91837.06671.7298
Yxy7.06670.30820.5558
Hunter Lab26.5833-20.210314.7502
CIE-Lab31.9583-33.991232.4090

#195712 color RGB value is (25,87,18).

#195712 hex color red value is 25, green value is 87 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #195712 hue: 0.32 , saturation: 0.66 and the lightness value of 195712 is 0.21.

The process color (four color CMYK) of #195712 color hex is 0.71, 0.00, 0.79, 0.66. Web safe color of #195712 is #006600. Color #195712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010111 00010010
Octal 31 127 22
Decimal 25 87 18
Hex 19 57 12

RGB Percentages of Color #195712

%19.23
%66.92
%13.85

CMYK Percentages of Color #195712

%71
%0
%79
%66

Triadic Colors of #195712

#195712 #121957 #571219

Analogous Colors of #195712

#195712 #12572e #3c5712

Monochromatic Colors of #195712

#195712

Complementary Color

#195712 #501257

#195712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195712 Color CSS Codes

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

#195712 Text Font Color

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

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


#195712 Background Color

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

This div background color is #195712


#195712 Border Color

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

This div border color is #195712


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,87,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #195712; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #195712;
  -webkit-box-shadow: 1px 1px 3px 2px #195712;
  box-shadow:         1px 1px 3px 2px #195712; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195712

#195712 Color Palettes


Comments

No comments written yet.

Please login to write comment.