Color Hex Logo

#294afd Color Hex

#294AFD
(41,74,253)
0 Favorites   0 Comments

Color spaces of #294afd

RGB 4174253
HSL0.640.980.58
HSV231°84°99°
CMYK 0.840.710.00   0.01
XYZ21.092912.460894.2220
Yxy12.46080.16510.0975
Hunter Lab35.299944.8852-133.5463
CIE-Lab41.939352.9780-90.6920

#294afd color RGB value is (41,74,253).

#294afd hex color red value is 41, green value is 74 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #294afd hue: 0.64 , saturation: 0.98 and the lightness value of 294afd is 0.58.

The process color (four color CMYK) of #294afd color hex is 0.84, 0.71, 0.00, 0.01. Web safe color of #294afd is #3333ff. Color #294afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001010 11111101
Octal 51 112 375
Decimal 41 74 253
Hex 29 4A FD

RGB Percentages of Color #294afd

%11.14
%20.11
%68.75

CMYK Percentages of Color #294afd

%84
%71
%0
%1

Triadic Colors of #294afd

#294afd #fd294a #4afd29

Analogous Colors of #294afd

#294afd #7229fd #29b4fd

Monochromatic Colors of #294afd

#294afd

Complementary Color

#294afd #fddc29

#294afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#294afd Color CSS Codes

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

#294afd Text Font Color

<p style="color:#294afd">Text here</p>

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


#294afd Background Color

<div style="background-color:#294afd">
Div content here</div>

This div background color is #294afd


#294afd Border Color

<div style="border:3px solid #294afd">
Div here</div>

This div border color is #294afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,74,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #294afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #294afd;
  -webkit-box-shadow: 1px 1px 3px 2px #294afd;
  box-shadow:         1px 1px 3px 2px #294afd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294afd

Related Colors


Comments

No comments written yet.

Please login to write comment.