Color Hex Logo

#196dff Color Hex

#196DFF
(25,109,255)
0 Favorites   0 Comments

Color spaces of #196dff

RGB 25109255
HSL0.611.000.55
HSV218°90°100°
CMYK 0.900.570.00   0.00
XYZ23.919518.364096.8916
Yxy18.36400.17190.1319
Hunter Lab42.853224.6406-104.0580
CIE-Lab49.934731.4747-78.6901

#196dff color RGB value is (25,109,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101101 11111111
Octal 31 155 377
Decimal 25 109 255
Hex 19 6D FF

RGB Percentages of Color #196dff

%6.43
%28.02
%65.55

CMYK Percentages of Color #196dff

%90
%57
%0
%0

Triadic Colors of #196dff

#196dff #ff196d #6dff19

Analogous Colors of #196dff

#196dff #3819ff #19e0ff

Monochromatic Colors of #196dff

#196dff

Complementary Color

#196dff #ffab19

#196dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#196dff Color CSS Codes

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

#196dff Text Font Color

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

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


#196dff Background Color

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

This div background color is #196dff


#196dff Border Color

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

This div border color is #196dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196dff


Comments

No comments written yet.

Please login to write comment.