Color Hex Logo

#196fcc Color Hex

#196FCC
(25,111,204)
0 Favorites   0 Comments

Color spaces of #196fcc

RGB 25111204
HSL0.590.780.45
HSV211°88°80°
CMYK 0.880.460.00   0.20
XYZ16.984415.935259.3074
Yxy15.93520.18420.1728
Hunter Lab39.91896.0887-60.1437
CIE-Lab46.889410.5520-54.9052

#196fcc color RGB value is (25,111,204).

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

The process color (four color CMYK) of #196fcc color hex is 0.88, 0.46, 0.00, 0.20. Web safe color of #196fcc is #0066cc. Color #196fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101111 11001100
Octal 31 157 314
Decimal 25 111 204
Hex 19 6F CC

RGB Percentages of Color #196fcc

%7.35
%32.65
%60.00

CMYK Percentages of Color #196fcc

%88
%46
%0
%20

Triadic Colors of #196fcc

#196fcc #cc196f #6fcc19

Analogous Colors of #196fcc

#196fcc #1c19cc #19c9cc

Monochromatic Colors of #196fcc

#196fcc

Complementary Color

#196fcc #cc7619

#196fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#196fcc Color CSS Codes

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

#196fcc Text Font Color

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

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


#196fcc Background Color

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

This div background color is #196fcc


#196fcc Border Color

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

This div border color is #196fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196fcc


Comments

No comments written yet.

Please login to write comment.