Color Hex Logo

#197462 Color Hex

#197462
(25,116,98)
0 Favorites   0 Comments

Color spaces of #197462

RGB 2511698
HSL0.470.650.28
HSV168°78°45°
CMYK 0.780.000.16   0.55
XYZ8.850913.579313.7098
Yxy13.57930.24490.3757
Hunter Lab36.8501-21.61443.7367
CIE-Lab43.6235-30.36642.5561

#197462 color RGB value is (25,116,98).

#197462 hex color red value is 25, green value is 116 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #197462 hue: 0.47 , saturation: 0.65 and the lightness value of 197462 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110100 01100010
Octal 31 164 142
Decimal 25 116 98
Hex 19 74 62

RGB Percentages of Color #197462

%10.46
%48.54
%41.00

CMYK Percentages of Color #197462

%78
%0
%16
%55

Triadic Colors of #197462

#197462 #621974 #746219

Analogous Colors of #197462

#197462 #195974 #197435

Monochromatic Colors of #197462

#197462

Complementary Color

#197462 #74192b

#197462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197462 Color CSS Codes

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

#197462 Text Font Color

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

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


#197462 Background Color

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

This div background color is #197462


#197462 Border Color

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

This div border color is #197462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197462


Comments

No comments written yet.

Please login to write comment.