Color Hex Logo

#196355 Color Hex

#196355
(25,99,85)
0 Favorites   0 Comments

Color spaces of #196355

RGB 259985
HSL0.470.600.24
HSV169°75°39°
CMYK 0.750.000.14   0.61
XYZ6.50249.786210.1405
Yxy9.78620.24600.3703
Hunter Lab31.2829-17.64242.6789
CIE-Lab37.4559-25.91901.5095

#196355 color RGB value is (25,99,85).

#196355 hex color red value is 25, green value is 99 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #196355 hue: 0.47 , saturation: 0.60 and the lightness value of 196355 is 0.24.

The process color (four color CMYK) of #196355 color hex is 0.75, 0.00, 0.14, 0.61. Web safe color of #196355 is #006666. Color #196355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100011 01010101
Octal 31 143 125
Decimal 25 99 85
Hex 19 63 55

RGB Percentages of Color #196355

%11.96
%47.37
%40.67

CMYK Percentages of Color #196355

%75
%0
%14
%61

Triadic Colors of #196355

#196355 #551963 #635519

Analogous Colors of #196355

#196355 #194c63 #196330

Monochromatic Colors of #196355

#196355

Complementary Color

#196355 #631927

#196355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196355 Color CSS Codes

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

#196355 Text Font Color

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

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


#196355 Background Color

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

This div background color is #196355


#196355 Border Color

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

This div border color is #196355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196355


Comments

No comments written yet.

Please login to write comment.