Color Hex Logo

#196ccb Color Hex

#196CCB
(25,108,203)
0 Favorites   0 Comments

Color spaces of #196ccb

RGB 25108203
HSL0.590.780.45
HSV212°88°80°
CMYK 0.880.470.00   0.20
XYZ16.543015.243658.5703
Yxy15.24360.18310.1687
Hunter Lab39.04317.3072-61.6135
CIE-Lab45.966112.0706-55.8176

#196ccb color RGB value is (25,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101100 11001011
Octal 31 154 313
Decimal 25 108 203
Hex 19 6C CB

RGB Percentages of Color #196ccb

%7.44
%32.14
%60.42

CMYK Percentages of Color #196ccb

%88
%47
%0
%20

Triadic Colors of #196ccb

#196ccb #cb196c #6ccb19

Analogous Colors of #196ccb

#196ccb #1f19cb #19c5cb

Monochromatic Colors of #196ccb

#196ccb

Complementary Color

#196ccb #cb7819

#196ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#196ccb Color CSS Codes

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

#196ccb Text Font Color

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

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


#196ccb Background Color

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

This div background color is #196ccb


#196ccb Border Color

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

This div border color is #196ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196ccb


Comments

No comments written yet.

Please login to write comment.