Color Hex Logo

#196dab Color Hex

#196DAB
(25,109,171)
0 Favorites   0 Comments

Color spaces of #196dab

RGB 25109171
HSL0.570.740.38
HSV205°85°67°
CMYK 0.850.360.00   0.33
XYZ13.220214.084240.5498
Yxy14.08420.19480.2076
Hunter Lab37.5289-2.7960-37.7923
CIE-Lab44.3534-1.0825-39.8353

#196dab color RGB value is (25,109,171).

#196dab hex color red value is 25, green value is 109 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #196dab hue: 0.57 , saturation: 0.74 and the lightness value of 196dab is 0.38.

The process color (four color CMYK) of #196dab color hex is 0.85, 0.36, 0.00, 0.33. Web safe color of #196dab is #006699. Color #196dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101101 10101011
Octal 31 155 253
Decimal 25 109 171
Hex 19 6D AB

RGB Percentages of Color #196dab

%8.20
%35.74
%56.07

CMYK Percentages of Color #196dab

%85
%36
%0
%33

Triadic Colors of #196dab

#196dab #ab196d #6dab19

Analogous Colors of #196dab

#196dab #1924ab #19aba0

Monochromatic Colors of #196dab

#196dab

Complementary Color

#196dab #ab5719

#196dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#196dab Color CSS Codes

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

#196dab Text Font Color

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

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


#196dab Background Color

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

This div background color is #196dab


#196dab Border Color

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

This div border color is #196dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196dab

#196dab Color Palettes


Comments

No comments written yet.

Please login to write comment.