Color Hex Logo

#196dca Color Hex

#196DCA
(25,109,202)
0 Favorites   0 Comments

Color spaces of #196dca

RGB 25109202
HSL0.590.780.45
HSV212°88°79°
CMYK 0.880.460.00   0.21
XYZ16.530215.408257.9800
Yxy15.40820.18380.1714
Hunter Lab39.25336.4760-60.0984
CIE-Lab46.188311.0406-54.8862

#196dca color RGB value is (25,109,202).

#196dca hex color red value is 25, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #196dca hue: 0.59 , saturation: 0.78 and the lightness value of 196dca is 0.45.

The process color (four color CMYK) of #196dca color hex is 0.88, 0.46, 0.00, 0.21. Web safe color of #196dca is #0066cc. Color #196dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101101 11001010
Octal 31 155 312
Decimal 25 109 202
Hex 19 6D CA

RGB Percentages of Color #196dca

%7.44
%32.44
%60.12

CMYK Percentages of Color #196dca

%88
%46
%0
%21

Triadic Colors of #196dca

#196dca #ca196d #6dca19

Analogous Colors of #196dca

#196dca #1e19ca #19c6ca

Monochromatic Colors of #196dca

#196dca

Complementary Color

#196dca #ca7619

#196dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#196dca Color CSS Codes

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

#196dca Text Font Color

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

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


#196dca Background Color

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

This div background color is #196dca


#196dca Border Color

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

This div border color is #196dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196dca


Comments

No comments written yet.

Please login to write comment.