Color Hex Logo

#196cff Color Hex

#196CFF
(25,108,255)
0 Favorites   0 Comments

Color spaces of #196cff

RGB 25108255
HSL0.611.000.55
HSV218°90°100°
CMYK 0.900.580.00   0.00
XYZ23.813518.151896.8563
Yxy18.15180.17150.1308
Hunter Lab42.604925.2117-104.9640
CIE-Lab49.679732.1066-79.1063

#196cff color RGB value is (25,108,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101100 11111111
Octal 31 154 377
Decimal 25 108 255
Hex 19 6C FF

RGB Percentages of Color #196cff

%6.44
%27.84
%65.72

CMYK Percentages of Color #196cff

%90
%58
%0
%0

Triadic Colors of #196cff

#196cff #ff196c #6cff19

Analogous Colors of #196cff

#196cff #3919ff #19dfff

Monochromatic Colors of #196cff

#196cff

Complementary Color

#196cff #ffac19

#196cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#196cff Color CSS Codes

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

#196cff Text Font Color

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

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


#196cff Background Color

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

This div background color is #196cff


#196cff Border Color

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

This div border color is #196cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,108,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 #196cff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196cff

#196cff Color Palettes


Comments

No comments written yet.

Please login to write comment.