Color Hex Logo

#196fda Color Hex

#196FDA
(25,111,218)
0 Favorites   0 Comments

Color spaces of #196fda

RGB 25111218
HSL0.590.790.48
HSV213°89°85°
CMYK 0.890.490.00   0.15
XYZ18.740216.637568.5533
Yxy16.63750.18030.1601
Hunter Lab40.789110.6294-71.0950
CIE-Lab47.800016.0149-61.4166

#196fda color RGB value is (25,111,218).

#196fda hex color red value is 25, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #196fda hue: 0.59 , saturation: 0.79 and the lightness value of 196fda is 0.48.

The process color (four color CMYK) of #196fda color hex is 0.89, 0.49, 0.00, 0.15. Web safe color of #196fda is #0066cc. Color #196fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101111 11011010
Octal 31 157 332
Decimal 25 111 218
Hex 19 6F DA

RGB Percentages of Color #196fda

%7.06
%31.36
%61.58

CMYK Percentages of Color #196fda

%89
%49
%0
%15

Triadic Colors of #196fda

#196fda #da196f #6fda19

Analogous Colors of #196fda

#196fda #2419da #19d0da

Monochromatic Colors of #196fda

#196fda

Complementary Color

#196fda #da8419

#196fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#196fda Color CSS Codes

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

#196fda Text Font Color

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

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


#196fda Background Color

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

This div background color is #196fda


#196fda Border Color

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

This div border color is #196fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196fda


Comments

No comments written yet.

Please login to write comment.