Color Hex Logo

#196eee Color Hex

#196EEE
(25,110,238)
0 Favorites   0 Comments

Color spaces of #196eee

RGB 25110238
HSL0.600.860.52
HSV216°89°93°
CMYK 0.890.540.00   0.07
XYZ21.409417.531683.1445
Yxy17.53160.17540.1436
Hunter Lab41.870817.9970-88.4251
CIE-Lab48.923024.3825-70.8687

#196eee color RGB value is (25,110,238).

#196eee hex color red value is 25, green value is 110 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #196eee hue: 0.60 , saturation: 0.86 and the lightness value of 196eee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101110 11101110
Octal 31 156 356
Decimal 25 110 238
Hex 19 6E EE

RGB Percentages of Color #196eee

%6.70
%29.49
%63.81

CMYK Percentages of Color #196eee

%89
%54
%0
%7

Triadic Colors of #196eee

#196eee #ee196e #6eee19

Analogous Colors of #196eee

#196eee #2f19ee #19d9ee

Monochromatic Colors of #196eee

#196eee

Complementary Color

#196eee #ee9919

#196eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#196eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#196eee Color CSS Codes

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

#196eee Text Font Color

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

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


#196eee Background Color

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

This div background color is #196eee


#196eee Border Color

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

This div border color is #196eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #196eee


Comments

No comments written yet.

Please login to write comment.