Color Hex Logo

#196ade Color Hex

#196ADE
(25,106,222)
0 Favorites   0 Comments

Color spaces of #196ade

RGB 25106222
HSL0.600.800.48
HSV215°89°87°
CMYK 0.890.520.00   0.13
XYZ18.739815.788771.1671
Yxy15.78870.17730.1494
Hunter Lab39.735014.6478-78.3765
CIE-Lab46.696020.7713-65.4714

#196ade color RGB value is (25,106,222).

#196ade hex color red value is 25, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #196ade hue: 0.60 , saturation: 0.80 and the lightness value of 196ade is 0.48.

The process color (four color CMYK) of #196ade color hex is 0.89, 0.52, 0.00, 0.13. Web safe color of #196ade is #0066cc. Color #196ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101010 11011110
Octal 31 152 336
Decimal 25 106 222
Hex 19 6A DE

RGB Percentages of Color #196ade

%7.08
%30.03
%62.89

CMYK Percentages of Color #196ade

%89
%52
%0
%13

Triadic Colors of #196ade

#196ade #de196a #6ade19

Analogous Colors of #196ade

#196ade #2b19de #19cdde

Monochromatic Colors of #196ade

#196ade

Complementary Color

#196ade #de8d19

#196ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#196ade Color CSS Codes

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

#196ade Text Font Color

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

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


#196ade Background Color

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

This div background color is #196ade


#196ade Border Color

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

This div border color is #196ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196ade


Comments

No comments written yet.

Please login to write comment.