Color Hex Logo

#194aee Color Hex

#194AEE
(25,74,238)
0 Favorites   0 Comments

Color spaces of #194aee

RGB 2574238
HSL0.630.860.52
HSV226°89°93°
CMYK 0.890.690.00   0.07
XYZ18.282311.277382.1021
Yxy11.27730.16370.1010
Hunter Lab33.581738.4097-121.4478
CIE-Lab40.043647.0577-85.4107

#194aee color RGB value is (25,74,238).

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

The process color (four color CMYK) of #194aee color hex is 0.89, 0.69, 0.00, 0.07. Web safe color of #194aee is #0033ff. Color #194aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001010 11101110
Octal 31 112 356
Decimal 25 74 238
Hex 19 4A EE

RGB Percentages of Color #194aee

%7.42
%21.96
%70.62

CMYK Percentages of Color #194aee

%89
%69
%0
%7

Triadic Colors of #194aee

#194aee #ee194a #4aee19

Analogous Colors of #194aee

#194aee #5219ee #19b5ee

Monochromatic Colors of #194aee

#194aee

Complementary Color

#194aee #eebd19

#194aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#194aee Color CSS Codes

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

#194aee Text Font Color

<p style="color:#194aee">Text here</p>

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


#194aee Background Color

<div style="background-color:#194aee">
Div content here</div>

This div background color is #194aee


#194aee Border Color

<div style="border:3px solid #194aee">
Div here</div>

This div border color is #194aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,74,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 #194aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194aee


Comments

No comments written yet.

Please login to write comment.