Color Hex Logo

#19676e Color Hex

#19676E
(25,103,110)
0 Favorites   0 Comments

Color spaces of #19676e

RGB 25103110
HSL0.510.630.26
HSV185°77°43°
CMYK 0.770.060.00   0.57
XYZ8.065611.033016.4563
Yxy11.03300.22680.3103
Hunter Lab33.2160-14.7840-6.1231
CIE-Lab39.6360-20.0904-10.6097

#19676e color RGB value is (25,103,110).

#19676e hex color red value is 25, green value is 103 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #19676e hue: 0.51 , saturation: 0.63 and the lightness value of 19676e is 0.26.

The process color (four color CMYK) of #19676e color hex is 0.77, 0.06, 0.00, 0.57. Web safe color of #19676e is #006666. Color #19676e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100111 01101110
Octal 31 147 156
Decimal 25 103 110
Hex 19 67 6E

RGB Percentages of Color #19676e

%10.50
%43.28
%46.22

CMYK Percentages of Color #19676e

%77
%6
%0
%57

Triadic Colors of #19676e

#19676e #6e1967 #676e19

Analogous Colors of #19676e

#19676e #193c6e #196e4b

Monochromatic Colors of #19676e

#19676e

Complementary Color

#19676e #6e2019

#19676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#19676e Color CSS Codes

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

#19676e Text Font Color

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

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


#19676e Background Color

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

This div background color is #19676e


#19676e Border Color

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

This div border color is #19676e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,103,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19676e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19676e;
  -webkit-box-shadow: 1px 1px 3px 2px #19676e;
  box-shadow:         1px 1px 3px 2px #19676e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19676e


Comments

No comments written yet.

Please login to write comment.