Color Hex Logo

#294fab Color Hex

#294FAB
(41,79,171)
0 Favorites   0 Comments

Color spaces of #294fab

RGB 4179171
HSL0.620.610.42
HSV222°76°67°
CMYK 0.760.540.00   0.33
XYZ11.06119.003739.6830
Yxy9.00370.18510.1507
Hunter Lab30.006213.2892-57.4064
CIE-Lab35.991420.0115-53.2199

#294fab color RGB value is (41,79,171).

#294fab hex color red value is 41, green value is 79 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #294fab hue: 0.62 , saturation: 0.61 and the lightness value of 294fab is 0.42.

The process color (four color CMYK) of #294fab color hex is 0.76, 0.54, 0.00, 0.33. Web safe color of #294fab is #336699. Color #294fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001111 10101011
Octal 51 117 253
Decimal 41 79 171
Hex 29 4F AB

RGB Percentages of Color #294fab

%14.09
%27.15
%58.76

CMYK Percentages of Color #294fab

%76
%54
%0
%33

Triadic Colors of #294fab

#294fab #ab294f #4fab29

Analogous Colors of #294fab

#294fab #4429ab #2990ab

Monochromatic Colors of #294fab

#294fab

Complementary Color

#294fab #ab8529

#294fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#294fab Color CSS Codes

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

#294fab Text Font Color

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

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


#294fab Background Color

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

This div background color is #294fab


#294fab Border Color

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

This div border color is #294fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294fab


Comments

No comments written yet.

Please login to write comment.