Color Hex Logo

#19706d Color Hex

#19706D
(25,112,109)
0 Favorites   0 Comments

Color spaces of #19706d

RGB 25112109
HSL0.490.640.27
HSV178°78°44°
CMYK 0.780.000.03   0.56
XYZ8.955412.899116.4858
Yxy12.89910.23360.3364
Hunter Lab35.9153-18.3432-2.0745
CIE-Lab42.6108-25.1132-5.5443

#19706d color RGB value is (25,112,109).

#19706d hex color red value is 25, green value is 112 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #19706d hue: 0.49 , saturation: 0.64 and the lightness value of 19706d is 0.27.

The process color (four color CMYK) of #19706d color hex is 0.78, 0.00, 0.03, 0.56. Web safe color of #19706d is #006666. Color #19706d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110000 01101101
Octal 31 160 155
Decimal 25 112 109
Hex 19 70 6D

RGB Percentages of Color #19706d

%10.16
%45.53
%44.31

CMYK Percentages of Color #19706d

%78
%0
%3
%56

Triadic Colors of #19706d

#19706d #6d1970 #706d19

Analogous Colors of #19706d

#19706d #194870 #197042

Monochromatic Colors of #19706d

#19706d

Complementary Color

#19706d #70191c

#19706d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19706d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19706d Color CSS Codes

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

#19706d Text Font Color

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

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


#19706d Background Color

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

This div background color is #19706d


#19706d Border Color

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

This div border color is #19706d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,112,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19706d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19706d;
  -webkit-box-shadow: 1px 1px 3px 2px #19706d;
  box-shadow:         1px 1px 3px 2px #19706d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19706d


Comments

No comments written yet.

Please login to write comment.