Color Hex Logo

#194aed Color Hex

#194AED
(25,74,237)
0 Favorites   0 Comments

Color spaces of #194aed

RGB 2574237
HSL0.630.850.51
HSV226°89°93°
CMYK 0.890.690.00   0.07
XYZ18.135711.218781.3303
Yxy11.21870.16390.1014
Hunter Lab33.494338.0348-120.5208
CIE-Lab39.946446.7033-85.0062

#194aed color RGB value is (25,74,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001010 11101101
Octal 31 112 355
Decimal 25 74 237
Hex 19 4A ED

RGB Percentages of Color #194aed

%7.44
%22.02
%70.54

CMYK Percentages of Color #194aed

%89
%69
%0
%7

Triadic Colors of #194aed

#194aed #ed194a #4aed19

Analogous Colors of #194aed

#194aed #5219ed #19b4ed

Monochromatic Colors of #194aed

#194aed

Complementary Color

#194aed #edbc19

#194aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#194aed Color CSS Codes

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

#194aed Text Font Color

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

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


#194aed Background Color

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

This div background color is #194aed


#194aed Border Color

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

This div border color is #194aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194aed


Comments

No comments written yet.

Please login to write comment.