Color Hex Logo

#196dcf Color Hex

#196DCF
(25,109,207)
0 Favorites   0 Comments

Color spaces of #196dcf

RGB 25109207
HSL0.590.780.45
HSV212°88°81°
CMYK 0.880.470.00   0.19
XYZ17.132015.648961.1491
Yxy15.64890.18240.1666
Hunter Lab39.55878.0767-63.9583
CIE-Lab46.510412.9987-57.2320

#196dcf color RGB value is (25,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101101 11001111
Octal 31 155 317
Decimal 25 109 207
Hex 19 6D CF

RGB Percentages of Color #196dcf

%7.33
%31.96
%60.70

CMYK Percentages of Color #196dcf

%88
%47
%0
%19

Triadic Colors of #196dcf

#196dcf #cf196d #6dcf19

Analogous Colors of #196dcf

#196dcf #2019cf #19c8cf

Monochromatic Colors of #196dcf

#196dcf

Complementary Color

#196dcf #cf7b19

#196dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#196dcf Color CSS Codes

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

#196dcf Text Font Color

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

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


#196dcf Background Color

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

This div background color is #196dcf


#196dcf Border Color

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

This div border color is #196dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196dcf


Comments

No comments written yet.

Please login to write comment.