Color Hex Logo

#196aeb Color Hex

#196AEB
(25,106,235)
0 Favorites   0 Comments

Color spaces of #196aeb

RGB 25106235
HSL0.600.840.51
HSV217°89°92°
CMYK 0.890.550.00   0.08
XYZ20.550316.512980.7015
Yxy16.51290.17450.1402
Hunter Lab40.636119.1571-89.3022
CIE-Lab47.640325.7863-71.2719

#196aeb color RGB value is (25,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101010 11101011
Octal 31 152 353
Decimal 25 106 235
Hex 19 6A EB

RGB Percentages of Color #196aeb

%6.83
%28.96
%64.21

CMYK Percentages of Color #196aeb

%89
%55
%0
%8

Triadic Colors of #196aeb

#196aeb #eb196a #6aeb19

Analogous Colors of #196aeb

#196aeb #3119eb #19d3eb

Monochromatic Colors of #196aeb

#196aeb

Complementary Color

#196aeb #eb9a19

#196aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#196aeb Color CSS Codes

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

#196aeb Text Font Color

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

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


#196aeb Background Color

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

This div background color is #196aeb


#196aeb Border Color

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

This div border color is #196aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196aeb


Comments

No comments written yet.

Please login to write comment.