Color Hex Logo

#197576 Color Hex

#197576
(25,117,118)
0 Favorites   0 Comments

Color spaces of #197576

RGB 25117118
HSL0.500.650.28
HSV181°79°46°
CMYK 0.790.010.00   0.54
XYZ10.032214.237319.3589
Yxy14.23730.22990.3263
Hunter Lab37.7323-18.5724-4.0066
CIE-Lab44.5713-24.7876-8.0281

#197576 color RGB value is (25,117,118).

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

The process color (four color CMYK) of #197576 color hex is 0.79, 0.01, 0.00, 0.54. Web safe color of #197576 is #006666. Color #197576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110101 01110110
Octal 31 165 166
Decimal 25 117 118
Hex 19 75 76

RGB Percentages of Color #197576

%9.62
%45.00
%45.38

CMYK Percentages of Color #197576

%79
%1
%0
%54

Triadic Colors of #197576

#197576 #761975 #757619

Analogous Colors of #197576

#197576 #194776 #197649

Monochromatic Colors of #197576

#197576

Complementary Color

#197576 #761a19

#197576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197576 Color CSS Codes

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

#197576 Text Font Color

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

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


#197576 Background Color

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

This div background color is #197576


#197576 Border Color

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

This div border color is #197576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197576


Comments

No comments written yet.

Please login to write comment.