Color Hex Logo

#196bfe Color Hex

#196BFE
(25,107,254)
0 Favorites   0 Comments

Color spaces of #196bfe

RGB 25107254
HSL0.610.990.55
HSV219°90°100°
CMYK 0.900.580.00   0.00
XYZ23.548017.877895.9756
Yxy17.87780.17140.1301
Hunter Lab42.282125.4174-104.9840
CIE-Lab49.347632.3624-79.0943

#196bfe color RGB value is (25,107,254).

#196bfe hex color red value is 25, green value is 107 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #196bfe hue: 0.61 , saturation: 0.99 and the lightness value of 196bfe is 0.55.

The process color (four color CMYK) of #196bfe color hex is 0.90, 0.58, 0.00, 0.00. Web safe color of #196bfe is #0066ff. Color #196bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101011 11111110
Octal 31 153 376
Decimal 25 107 254
Hex 19 6B FE

RGB Percentages of Color #196bfe

%6.48
%27.72
%65.80

CMYK Percentages of Color #196bfe

%90
%58
%0
%0

Triadic Colors of #196bfe

#196bfe #fe196b #6bfe19

Analogous Colors of #196bfe

#196bfe #3a19fe #19defe

Monochromatic Colors of #196bfe

#196bfe

Complementary Color

#196bfe #feac19

#196bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#196bfe Color CSS Codes

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

#196bfe Text Font Color

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

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


#196bfe Background Color

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

This div background color is #196bfe


#196bfe Border Color

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

This div border color is #196bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196bfe


Comments

No comments written yet.

Please login to write comment.