Color Hex Logo

#196682 Color Hex

#196682
(25,102,130)
0 Favorites   0 Comments

Color spaces of #196682

RGB 25102130
HSL0.540.680.30
HSV196°81°51°
CMYK 0.810.220.00   0.49
XYZ9.181511.321122.8204
Yxy11.32110.21190.2613
Hunter Lab33.6468-10.1732-16.6596
CIE-Lab40.1161-12.4613-22.0484

#196682 color RGB value is (25,102,130).

#196682 hex color red value is 25, green value is 102 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #196682 hue: 0.54 , saturation: 0.68 and the lightness value of 196682 is 0.30.

The process color (four color CMYK) of #196682 color hex is 0.81, 0.22, 0.00, 0.49. Web safe color of #196682 is #006699. Color #196682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100110 10000010
Octal 31 146 202
Decimal 25 102 130
Hex 19 66 82

RGB Percentages of Color #196682

%9.73
%39.69
%50.58

CMYK Percentages of Color #196682

%81
%22
%0
%49

Triadic Colors of #196682

#196682 #821966 #668219

Analogous Colors of #196682

#196682 #193282 #19826a

Monochromatic Colors of #196682

#196682

Complementary Color

#196682 #823519

#196682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196682 Color CSS Codes

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

#196682 Text Font Color

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

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


#196682 Background Color

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

This div background color is #196682


#196682 Border Color

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

This div border color is #196682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196682


Comments

No comments written yet.

Please login to write comment.