Color Hex Logo

#198372 Color Hex

#198372
(25,131,114)
0 Favorites   0 Comments

Color spaces of #198372

RGB 25131114
HSL0.470.680.31
HSV170°81°51°
CMYK 0.810.000.13   0.49
XYZ11.554517.654218.7182
Yxy17.65420.24110.3684
Hunter Lab42.0169-24.44272.9986
CIE-Lab49.0740-32.80180.9897

#198372 color RGB value is (25,131,114).

#198372 hex color red value is 25, green value is 131 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #198372 hue: 0.47 , saturation: 0.68 and the lightness value of 198372 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000011 01110010
Octal 31 203 162
Decimal 25 131 114
Hex 19 83 72

RGB Percentages of Color #198372

%9.26
%48.52
%42.22

CMYK Percentages of Color #198372

%81
%0
%13
%49

Triadic Colors of #198372

#198372 #721983 #837219

Analogous Colors of #198372

#198372 #195f83 #19833d

Monochromatic Colors of #198372

#198372

Complementary Color

#198372 #83192a

#198372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#198372 Color CSS Codes

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

#198372 Text Font Color

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

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


#198372 Background Color

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

This div background color is #198372


#198372 Border Color

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

This div border color is #198372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198372


Comments

No comments written yet.

Please login to write comment.