Color Hex Logo

#19696a Color Hex

#19696A
(25,105,106)
0 Favorites   0 Comments

Color spaces of #19696a

RGB 25105106
HSL0.500.620.26
HSV181°76°42°
CMYK 0.760.010.00   0.58
XYZ8.054011.350415.4020
Yxy11.35040.23140.3261
Hunter Lab33.6904-16.2860-3.5220
CIE-Lab40.1645-22.4737-7.3730

#19696a color RGB value is (25,105,106).

#19696a hex color red value is 25, green value is 105 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #19696a hue: 0.50 , saturation: 0.62 and the lightness value of 19696a is 0.26.

The process color (four color CMYK) of #19696a color hex is 0.76, 0.01, 0.00, 0.58. Web safe color of #19696a is #006666. Color #19696a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101001 01101010
Octal 31 151 152
Decimal 25 105 106
Hex 19 69 6A

RGB Percentages of Color #19696a

%10.59
%44.49
%44.92

CMYK Percentages of Color #19696a

%76
%1
%0
%58

Triadic Colors of #19696a

#19696a #6a1969 #696a19

Analogous Colors of #19696a

#19696a #19416a #196a43

Monochromatic Colors of #19696a

#19696a

Complementary Color

#19696a #6a1a19

#19696a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19696a Color Preview on White Background

Lorem ipsum dolor sit amet.

#19696a Color CSS Codes

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

#19696a Text Font Color

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

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


#19696a Background Color

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

This div background color is #19696a


#19696a Border Color

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

This div border color is #19696a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,105,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19696a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19696a;
  -webkit-box-shadow: 1px 1px 3px 2px #19696a;
  box-shadow:         1px 1px 3px 2px #19696a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19696a


Comments

No comments written yet.

Please login to write comment.