Color Hex Logo

#198601 Color Hex

#198601
(25,134,1)
0 Favorites   0 Comments

Color spaces of #198601

RGB 251341
HSL0.300.990.26
HSV109°99°53°
CMYK 0.810.000.99   0.47
XYZ8.931517.25912.8893
Yxy17.25910.30710.5935
Hunter Lab41.5441-34.326724.9574
CIE-Lab48.5849-51.066051.6990

#198601 color RGB value is (25,134,1).

#198601 hex color red value is 25, green value is 134 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #198601 hue: 0.30 , saturation: 0.99 and the lightness value of 198601 is 0.26.

The process color (four color CMYK) of #198601 color hex is 0.81, 0.00, 0.99, 0.47. Web safe color of #198601 is #009900. Color #198601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000110 00000001
Octal 31 206 1
Decimal 25 134 1
Hex 19 86 1

RGB Percentages of Color #198601

%15.63
%83.75
%0.63

CMYK Percentages of Color #198601

%81
%0
%99
%47

Triadic Colors of #198601

#198601 #011986 #860119

Analogous Colors of #198601

#198601 #01862c #5c8601

Monochromatic Colors of #198601

#198601

Complementary Color

#198601 #6e0186

#198601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#198601 Color CSS Codes

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

#198601 Text Font Color

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

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


#198601 Background Color

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

This div background color is #198601


#198601 Border Color

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

This div border color is #198601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198601


Comments

No comments written yet.

Please login to write comment.