Color Hex Logo

#196470 Color Hex

#196470
(25,100,112)
0 Favorites   0 Comments

Color spaces of #196470

RGB 25100112
HSL0.520.640.27
HSV188°78°44°
CMYK 0.780.110.00   0.56
XYZ7.882710.490916.9387
Yxy10.49090.22320.2971
Hunter Lab32.3897-13.2402-8.3339
CIE-Lab38.7094-17.7702-13.2381

#196470 color RGB value is (25,100,112).

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

The process color (four color CMYK) of #196470 color hex is 0.78, 0.11, 0.00, 0.56. Web safe color of #196470 is #006666. Color #196470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100100 01110000
Octal 31 144 160
Decimal 25 100 112
Hex 19 64 70

RGB Percentages of Color #196470

%10.55
%42.19
%47.26

CMYK Percentages of Color #196470

%78
%11
%0
%56

Triadic Colors of #196470

#196470 #701964 #647019

Analogous Colors of #196470

#196470 #193870 #197051

Monochromatic Colors of #196470

#196470

Complementary Color

#196470 #702519

#196470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#196470 Color CSS Codes

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

#196470 Text Font Color

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

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


#196470 Background Color

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

This div background color is #196470


#196470 Border Color

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

This div border color is #196470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196470


Comments

No comments written yet.

Please login to write comment.