Color Hex Logo

#196cbd Color Hex

#196CBD
(25,108,189)
0 Favorites   0 Comments

Color spaces of #196cbd

RGB 25108189
HSL0.580.770.42
HSV210°87°74°
CMYK 0.870.430.00   0.26
XYZ14.948814.605950.1755
Yxy14.60590.18750.1832
Hunter Lab38.21772.9392-51.0887
CIE-Lab45.08966.5763-49.1536

#196cbd color RGB value is (25,108,189).

#196cbd hex color red value is 25, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #196cbd hue: 0.58 , saturation: 0.77 and the lightness value of 196cbd is 0.42.

The process color (four color CMYK) of #196cbd color hex is 0.87, 0.43, 0.00, 0.26. Web safe color of #196cbd is #0066cc. Color #196cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101100 10111101
Octal 31 154 275
Decimal 25 108 189
Hex 19 6C BD

RGB Percentages of Color #196cbd

%7.76
%33.54
%58.70

CMYK Percentages of Color #196cbd

%87
%43
%0
%26

Triadic Colors of #196cbd

#196cbd #bd196c #6cbd19

Analogous Colors of #196cbd

#196cbd #191abd #19bdbc

Monochromatic Colors of #196cbd

#196cbd

Complementary Color

#196cbd #bd6a19

#196cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#196cbd Color CSS Codes

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

#196cbd Text Font Color

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

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


#196cbd Background Color

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

This div background color is #196cbd


#196cbd Border Color

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

This div border color is #196cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196cbd


Comments

No comments written yet.

Please login to write comment.