Color Hex Logo

#196cfc Color Hex

#196CFC
(25,108,252)
0 Favorites   0 Comments

Color spaces of #196cfc

RGB 25108252
HSL0.610.970.54
HSV218°90°99°
CMYK 0.900.570.00   0.01
XYZ23.334217.960194.3323
Yxy17.96010.17200.1324
Hunter Lab42.379424.1188-102.3082
CIE-Lab49.447730.9776-77.8209

#196cfc color RGB value is (25,108,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101100 11111100
Octal 31 154 374
Decimal 25 108 252
Hex 19 6C FC

RGB Percentages of Color #196cfc

%6.49
%28.05
%65.45

CMYK Percentages of Color #196cfc

%90
%57
%0
%1

Triadic Colors of #196cfc

#196cfc #fc196c #6cfc19

Analogous Colors of #196cfc

#196cfc #3819fc #19defc

Monochromatic Colors of #196cfc

#196cfc

Complementary Color

#196cfc #fca919

#196cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#196cfc Color CSS Codes

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

#196cfc Text Font Color

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

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


#196cfc Background Color

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

This div background color is #196cfc


#196cfc Border Color

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

This div border color is #196cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.