Color Hex Logo

#294feb Color Hex

#294FEB
(41,79,235)
0 Favorites   0 Comments

Color spaces of #294feb

RGB 4179235
HSL0.630.830.54
HSV228°83°92°
CMYK 0.830.660.00   0.08
XYZ18.705812.061579.9395
Yxy12.06150.16900.1089
Hunter Lab34.729735.3652-112.1608
CIE-Lab41.313743.7950-81.6084

#294feb color RGB value is (41,79,235).

#294feb hex color red value is 41, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #294feb hue: 0.63 , saturation: 0.83 and the lightness value of 294feb is 0.54.

The process color (four color CMYK) of #294feb color hex is 0.83, 0.66, 0.00, 0.08. Web safe color of #294feb is #3366ff. Color #294feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001111 11101011
Octal 51 117 353
Decimal 41 79 235
Hex 29 4F EB

RGB Percentages of Color #294feb

%11.55
%22.25
%66.20

CMYK Percentages of Color #294feb

%83
%66
%0
%8

Triadic Colors of #294feb

#294feb #eb294f #4feb29

Analogous Colors of #294feb

#294feb #6429eb #29b0eb

Monochromatic Colors of #294feb

#294feb

Complementary Color

#294feb #ebc529

#294feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#294feb Color CSS Codes

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

#294feb Text Font Color

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

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


#294feb Background Color

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

This div background color is #294feb


#294feb Border Color

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

This div border color is #294feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,79,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294feb


Comments

No comments written yet.

Please login to write comment.