Color Hex Logo

#196ecf Color Hex

#196ECF
(25,110,207)
1 Favorites   0 Comments

Color spaces of #196ecf

RGB 25110207
HSL0.590.780.45
HSV212°88°81°
CMYK 0.880.470.00   0.19
XYZ17.239315.863561.1848
Yxy15.86350.18280.1682
Hunter Lab39.82907.5599-63.2002
CIE-Lab46.794912.3610-56.7737

#196ecf color RGB value is (25,110,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101110 11001111
Octal 31 156 317
Decimal 25 110 207
Hex 19 6E CF

RGB Percentages of Color #196ecf

%7.31
%32.16
%60.53

CMYK Percentages of Color #196ecf

%88
%47
%0
%19

Triadic Colors of #196ecf

#196ecf #cf196e #6ecf19

Analogous Colors of #196ecf

#196ecf #1f19cf #19c9cf

Monochromatic Colors of #196ecf

#196ecf

Complementary Color

#196ecf #cf7a19

#196ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#196ecf Color CSS Codes

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

#196ecf Text Font Color

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

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


#196ecf Background Color

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

This div background color is #196ecf


#196ecf Border Color

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

This div border color is #196ecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,110,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 #196ecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196ecf


Comments

No comments written yet.

Please login to write comment.