Color Hex Logo

#194500 Color Hex

#194500
(25,69,0)
0 Favorites   0 Comments

Color spaces of #194500

RGB 25690
HSL0.271.000.14
HSV98°100°27°
CMYK 0.640.001.00   0.73
XYZ2.52904.46290.7281
Yxy4.46290.32760.5781
Hunter Lab21.1256-15.601012.7445
CIE-Lab25.1463-28.084232.9413

#194500 color RGB value is (25,69,0).

#194500 hex color red value is 25, green value is 69 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #194500 hue: 0.27 , saturation: 1.00 and the lightness value of 194500 is 0.14.

The process color (four color CMYK) of #194500 color hex is 0.64, 0.00, 1.00, 0.73. Web safe color of #194500 is #003300. Color #194500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01000101 00000000
Octal 31 105 0
Decimal 25 69 0
Hex 19 45 0

RGB Percentages of Color #194500

%26.60
%73.40
%0.00

CMYK Percentages of Color #194500

%64
%0
%100
%73

Triadic Colors of #194500

#194500 #001945 #450019

Analogous Colors of #194500

#194500 #004509 #3c4500

Monochromatic Colors of #194500

#194500

Complementary Color

#194500 #2c0045

#194500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#194500 Color CSS Codes

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

#194500 Text Font Color

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

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


#194500 Background Color

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

This div background color is #194500


#194500 Border Color

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

This div border color is #194500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194500


Comments

No comments written yet.

Please login to write comment.