Color Hex Logo

#196bed Color Hex

#196BED
(25,107,237)
0 Favorites   0 Comments

Color spaces of #196bed

RGB 25107237
HSL0.600.850.51
HSV217°89°93°
CMYK 0.890.550.00   0.07
XYZ20.944716.836582.2666
Yxy16.83650.17450.1402
Hunter Lab41.032319.3077-90.1493
CIE-Lab48.053425.9137-71.7224

#196bed color RGB value is (25,107,237).

#196bed hex color red value is 25, green value is 107 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #196bed hue: 0.60 , saturation: 0.85 and the lightness value of 196bed is 0.51.

The process color (four color CMYK) of #196bed color hex is 0.89, 0.55, 0.00, 0.07. Web safe color of #196bed is #0066ff. Color #196bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101011 11101101
Octal 31 153 355
Decimal 25 107 237
Hex 19 6B ED

RGB Percentages of Color #196bed

%6.78
%29.00
%64.23

CMYK Percentages of Color #196bed

%89
%55
%0
%7

Triadic Colors of #196bed

#196bed #ed196b #6bed19

Analogous Colors of #196bed

#196bed #3119ed #19d5ed

Monochromatic Colors of #196bed

#196bed

Complementary Color

#196bed #ed9b19

#196bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#196bed Color CSS Codes

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

#196bed Text Font Color

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

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


#196bed Background Color

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

This div background color is #196bed


#196bed Border Color

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

This div border color is #196bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196bed


Comments

No comments written yet.

Please login to write comment.