Color Hex Logo

#196cef Color Hex

#196CEF
(25,108,239)
0 Favorites   0 Comments

Color spaces of #196cef

RGB 25108239
HSL0.600.870.52
HSV217°90°94°
CMYK 0.900.550.00   0.06
XYZ21.343517.163883.8494
Yxy17.16380.17440.1403
Hunter Lab41.429219.4585-90.9977
CIE-Lab48.465826.0409-72.1722

#196cef color RGB value is (25,108,239).

#196cef hex color red value is 25, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #196cef hue: 0.60 , saturation: 0.87 and the lightness value of 196cef is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101100 11101111
Octal 31 154 357
Decimal 25 108 239
Hex 19 6C EF

RGB Percentages of Color #196cef

%6.72
%29.03
%64.25

CMYK Percentages of Color #196cef

%90
%55
%0
%6

Triadic Colors of #196cef

#196cef #ef196c #6cef19

Analogous Colors of #196cef

#196cef #3119ef #19d7ef

Monochromatic Colors of #196cef

#196cef

Complementary Color

#196cef #ef9c19

#196cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#196cef Color CSS Codes

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

#196cef Text Font Color

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

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


#196cef Background Color

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

This div background color is #196cef


#196cef Border Color

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

This div border color is #196cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196cef


Comments

No comments written yet.

Please login to write comment.