Color Hex Logo

#197f53 Color Hex

#197F53
(25,127,83)
0 Favorites   0 Comments

Color spaces of #197f53

RGB 2512783
HSL0.430.670.30
HSV154°80°50°
CMYK 0.800.000.35   0.50
XYZ9.551616.010010.7704
Yxy16.01000.26290.4407
Hunter Lab40.0125-27.411212.0493
CIE-Lab46.9876-39.037816.1038

#197f53 color RGB value is (25,127,83).

#197f53 hex color red value is 25, green value is 127 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #197f53 hue: 0.43 , saturation: 0.67 and the lightness value of 197f53 is 0.30.

The process color (four color CMYK) of #197f53 color hex is 0.80, 0.00, 0.35, 0.50. Web safe color of #197f53 is #006666. Color #197f53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111111 01010011
Octal 31 177 123
Decimal 25 127 83
Hex 19 7F 53

RGB Percentages of Color #197f53

%10.64
%54.04
%35.32

CMYK Percentages of Color #197f53

%80
%0
%35
%50

Triadic Colors of #197f53

#197f53 #53197f #7f5319

Analogous Colors of #197f53

#197f53 #19787f #197f20

Monochromatic Colors of #197f53

#197f53

Complementary Color

#197f53 #7f1945

#197f53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197f53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197f53 Color CSS Codes

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

#197f53 Text Font Color

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

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


#197f53 Background Color

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

This div background color is #197f53


#197f53 Border Color

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

This div border color is #197f53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197f53


Comments

No comments written yet.

Please login to write comment.