Color Hex Logo

#196176 Color Hex

#196176
(25,97,118)
0 Favorites   0 Comments

Color spaces of #196176

RGB 2597118
HSL0.540.650.28
HSV194°79°46°
CMYK 0.790.180.00   0.54
XYZ7.945610.064118.6633
Yxy10.06410.21670.2744
Hunter Lab31.7240-10.8097-12.6737
CIE-Lab37.9572-13.9495-18.0683

#196176 color RGB value is (25,97,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100001 01110110
Octal 31 141 166
Decimal 25 97 118
Hex 19 61 76

RGB Percentages of Color #196176

%10.42
%40.42
%49.17

CMYK Percentages of Color #196176

%79
%18
%0
%54

Triadic Colors of #196176

#196176 #761961 #617619

Analogous Colors of #196176

#196176 #193376 #19765c

Monochromatic Colors of #196176

#196176

Complementary Color

#196176 #762e19

#196176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196176 Color CSS Codes

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

#196176 Text Font Color

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

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


#196176 Background Color

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

This div background color is #196176


#196176 Border Color

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

This div border color is #196176


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,97,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 #196176">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196176


Comments

No comments written yet.

Please login to write comment.