Color Hex Logo

#196caa Color Hex

#196CAA
(25,108,170)
0 Favorites   0 Comments

Color spaces of #196caa

RGB 25108170
HSL0.570.740.38
HSV206°85°67°
CMYK 0.850.360.00   0.33
XYZ13.019213.834140.0143
Yxy13.83410.19470.2069
Hunter Lab37.1942-2.6090-37.7494
CIE-Lab43.9941-0.8530-39.8187

#196caa color RGB value is (25,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101100 10101010
Octal 31 154 252
Decimal 25 108 170
Hex 19 6C AA

RGB Percentages of Color #196caa

%8.25
%35.64
%56.11

CMYK Percentages of Color #196caa

%85
%36
%0
%33

Triadic Colors of #196caa

#196caa #aa196c #6caa19

Analogous Colors of #196caa

#196caa #1924aa #19aaa0

Monochromatic Colors of #196caa

#196caa

Complementary Color

#196caa #aa5719

#196caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#196caa Color CSS Codes

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

#196caa Text Font Color

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

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


#196caa Background Color

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

This div background color is #196caa


#196caa Border Color

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

This div border color is #196caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196caa


Comments

No comments written yet.

Please login to write comment.