Color Hex Logo

#196fea Color Hex

#196FEA
(25,111,234)
0 Favorites   0 Comments

Color spaces of #196fea

RGB 25111234
HSL0.600.830.51
HSV215°89°92°
CMYK 0.890.530.00   0.08
XYZ20.936617.516180.1194
Yxy17.51610.17660.1477
Hunter Lab41.852216.0533-84.2046
CIE-Lab48.903922.2089-68.6572

#196fea color RGB value is (25,111,234).

#196fea hex color red value is 25, green value is 111 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #196fea hue: 0.60 , saturation: 0.83 and the lightness value of 196fea is 0.51.

The process color (four color CMYK) of #196fea color hex is 0.89, 0.53, 0.00, 0.08. Web safe color of #196fea is #0066ff. Color #196fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101111 11101010
Octal 31 157 352
Decimal 25 111 234
Hex 19 6F EA

RGB Percentages of Color #196fea

%6.76
%30.00
%63.24

CMYK Percentages of Color #196fea

%89
%53
%0
%8

Triadic Colors of #196fea

#196fea #ea196f #6fea19

Analogous Colors of #196fea

#196fea #2c19ea #19d8ea

Monochromatic Colors of #196fea

#196fea

Complementary Color

#196fea #ea9419

#196fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#196fea Color CSS Codes

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

#196fea Text Font Color

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

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


#196fea Background Color

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

This div background color is #196fea


#196fea Border Color

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

This div border color is #196fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196fea


Comments

No comments written yet.

Please login to write comment.