Color Hex Logo

#195857 Color Hex

#195857
(25,88,87)
0 Favorites   0 Comments

Color spaces of #195857

RGB 258887
HSL0.500.560.22
HSV179°72°35°
CMYK 0.720.000.01   0.65
XYZ5.61097.874210.2410
Yxy7.87420.23650.3319
Hunter Lab28.0610-13.4150-1.9955
CIE-Lab33.7195-19.6222-5.2312

#195857 color RGB value is (25,88,87).

#195857 hex color red value is 25, green value is 88 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #195857 hue: 0.50 , saturation: 0.56 and the lightness value of 195857 is 0.22.

The process color (four color CMYK) of #195857 color hex is 0.72, 0.00, 0.01, 0.65. Web safe color of #195857 is #006666. Color #195857 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011000 01010111
Octal 31 130 127
Decimal 25 88 87
Hex 19 58 57

RGB Percentages of Color #195857

%12.50
%44.00
%43.50

CMYK Percentages of Color #195857

%72
%0
%1
%65

Triadic Colors of #195857

#195857 #571958 #585719

Analogous Colors of #195857

#195857 #193a58 #195838

Monochromatic Colors of #195857

#195857

Complementary Color

#195857 #58191a

#195857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#195857 Color CSS Codes

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

#195857 Text Font Color

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

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


#195857 Background Color

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

This div background color is #195857


#195857 Border Color

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

This div border color is #195857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195857


Comments

No comments written yet.

Please login to write comment.