Color Hex Logo

#197c7f Color Hex

#197C7F
(25,124,127)
1 Favorites   0 Comments

Color spaces of #197c7f

RGB 25124127
HSL0.500.670.30
HSV182°80°50°
CMYK 0.800.020.00   0.50
XYZ11.439316.154322.5938
Yxy16.15430.22790.3219
Hunter Lab40.1924-19.5332-5.1946
CIE-Lab47.1763-25.4480-9.4812

#197c7f color RGB value is (25,124,127).

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

The process color (four color CMYK) of #197c7f color hex is 0.80, 0.02, 0.00, 0.50. Web safe color of #197c7f is #006666. Color #197c7f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111100 01111111
Octal 31 174 177
Decimal 25 124 127
Hex 19 7C 7F

RGB Percentages of Color #197c7f

%9.06
%44.93
%46.01

CMYK Percentages of Color #197c7f

%80
%2
%0
%50

Triadic Colors of #197c7f

#197c7f #7f197c #7c7f19

Analogous Colors of #197c7f

#197c7f #19497f #197f4f

Monochromatic Colors of #197c7f

#197c7f

Complementary Color

#197c7f #7f1c19

#197c7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197c7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#197c7f Color CSS Codes

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

#197c7f Text Font Color

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

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


#197c7f Background Color

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

This div background color is #197c7f


#197c7f Border Color

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

This div border color is #197c7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197c7f


Comments

No comments written yet.

Please login to write comment.