Color Hex Logo

#196bae Color Hex

#196BAE
(25,107,174)
0 Favorites   0 Comments

Color spaces of #196bae

RGB 25107174
HSL0.570.750.39
HSV207°86°68°
CMYK 0.860.390.00   0.32
XYZ13.298613.778142.0029
Yxy13.77810.19250.1995
Hunter Lab37.1189-1.0067-41.1081
CIE-Lab43.91301.3271-42.2933

#196bae color RGB value is (25,107,174).

#196bae hex color red value is 25, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #196bae hue: 0.57 , saturation: 0.75 and the lightness value of 196bae is 0.39.

The process color (four color CMYK) of #196bae color hex is 0.86, 0.39, 0.00, 0.32. Web safe color of #196bae is #006699. Color #196bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101011 10101110
Octal 31 153 256
Decimal 25 107 174
Hex 19 6B AE

RGB Percentages of Color #196bae

%8.17
%34.97
%56.86

CMYK Percentages of Color #196bae

%86
%39
%0
%32

Triadic Colors of #196bae

#196bae #ae196b #6bae19

Analogous Colors of #196bae

#196bae #1920ae #19aea7

Monochromatic Colors of #196bae

#196bae

Complementary Color

#196bae #ae5c19

#196bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#196bae Color CSS Codes

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

#196bae Text Font Color

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

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


#196bae Background Color

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

This div background color is #196bae


#196bae Border Color

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

This div border color is #196bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196bae


Comments

No comments written yet.

Please login to write comment.