Color Hex Logo

#196bdf Color Hex

#196BDF
(25,107,223)
0 Favorites   0 Comments

Color spaces of #196bdf

RGB 25107223
HSL0.600.800.49
HSV215°89°87°
CMYK 0.890.520.00   0.13
XYZ18.977916.049871.9097
Yxy16.04980.17750.1501
Hunter Lab40.062214.4485-78.3791
CIE-Lab47.039820.5171-65.4804

#196bdf color RGB value is (25,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101011 11011111
Octal 31 153 337
Decimal 25 107 223
Hex 19 6B DF

RGB Percentages of Color #196bdf

%7.04
%30.14
%62.82

CMYK Percentages of Color #196bdf

%89
%52
%0
%13

Triadic Colors of #196bdf

#196bdf #df196b #6bdf19

Analogous Colors of #196bdf

#196bdf #2a19df #19cedf

Monochromatic Colors of #196bdf

#196bdf

Complementary Color

#196bdf #df8d19

#196bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#196bdf Color CSS Codes

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

#196bdf Text Font Color

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

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


#196bdf Background Color

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

This div background color is #196bdf


#196bdf Border Color

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

This div border color is #196bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196bdf


Comments

No comments written yet.

Please login to write comment.