Color Hex Logo

#196feb Color Hex

#196FEB
(25,111,235)
0 Favorites   0 Comments

Color spaces of #196feb

RGB 25111235
HSL0.600.840.51
HSV215°89°92°
CMYK 0.890.530.00   0.08
XYZ21.080717.573780.8783
Yxy17.57370.17640.1470
Hunter Lab41.921016.4001-85.0437
CIE-Lab48.974922.5937-69.1030

#196feb color RGB value is (25,111,235).

#196feb hex color red value is 25, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #196feb hue: 0.60 , saturation: 0.84 and the lightness value of 196feb is 0.51.

The process color (four color CMYK) of #196feb color hex is 0.89, 0.53, 0.00, 0.08. Web safe color of #196feb is #0066ff. Color #196feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101111 11101011
Octal 31 157 353
Decimal 25 111 235
Hex 19 6F EB

RGB Percentages of Color #196feb

%6.74
%29.92
%63.34

CMYK Percentages of Color #196feb

%89
%53
%0
%8

Triadic Colors of #196feb

#196feb #eb196f #6feb19

Analogous Colors of #196feb

#196feb #2c19eb #19d8eb

Monochromatic Colors of #196feb

#196feb

Complementary Color

#196feb #eb9519

#196feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#196feb Color CSS Codes

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

#196feb Text Font Color

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

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


#196feb Background Color

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

This div background color is #196feb


#196feb Border Color

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

This div border color is #196feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196feb


Comments

No comments written yet.

Please login to write comment.