Color Hex Logo

#194efd Color Hex

#194EFD
(25,78,253)
0 Favorites   0 Comments

Color spaces of #194efd

RGB 2578253
HSL0.630.980.55
HSV226°90°99°
CMYK 0.900.690.00   0.01
XYZ20.854912.747394.2898
Yxy12.74730.16310.0997
Hunter Lab35.703441.7838-131.5879
CIE-Lab42.380049.9356-89.9779

#194efd color RGB value is (25,78,253).

#194efd hex color red value is 25, green value is 78 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #194efd hue: 0.63 , saturation: 0.98 and the lightness value of 194efd is 0.55.

The process color (four color CMYK) of #194efd color hex is 0.90, 0.69, 0.00, 0.01. Web safe color of #194efd is #0066ff. Color #194efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001110 11111101
Octal 31 116 375
Decimal 25 78 253
Hex 19 4E FD

RGB Percentages of Color #194efd

%7.02
%21.91
%71.07

CMYK Percentages of Color #194efd

%90
%69
%0
%1

Triadic Colors of #194efd

#194efd #fd194e #4efd19

Analogous Colors of #194efd

#194efd #5619fd #19c0fd

Monochromatic Colors of #194efd

#194efd

Complementary Color

#194efd #fdc819

#194efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#194efd Color CSS Codes

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

#194efd Text Font Color

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

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


#194efd Background Color

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

This div background color is #194efd


#194efd Border Color

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

This div border color is #194efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194efd


Comments

No comments written yet.

Please login to write comment.