Color Hex Logo

#294aab Color Hex

#294AAB
(41,74,171)
0 Favorites   0 Comments

Color spaces of #294aab

RGB 4174171
HSL0.620.610.42
HSV225°76°67°
CMYK 0.760.570.00   0.33
XYZ10.71398.309239.5672
Yxy8.30920.18290.1418
Hunter Lab28.825715.8997-61.2057
CIE-Lab34.618723.3470-55.4475

#294aab color RGB value is (41,74,171).

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

The process color (four color CMYK) of #294aab color hex is 0.76, 0.57, 0.00, 0.33. Web safe color of #294aab is #333399. Color #294aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001010 10101011
Octal 51 112 253
Decimal 41 74 171
Hex 29 4A AB

RGB Percentages of Color #294aab

%14.34
%25.87
%59.79

CMYK Percentages of Color #294aab

%76
%57
%0
%33

Triadic Colors of #294aab

#294aab #ab294a #4aab29

Analogous Colors of #294aab

#294aab #4929ab #298bab

Monochromatic Colors of #294aab

#294aab

Complementary Color

#294aab #ab8a29

#294aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#294aab Color CSS Codes

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

#294aab Text Font Color

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

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


#294aab Background Color

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

This div background color is #294aab


#294aab Border Color

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

This div border color is #294aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294aab


Comments

No comments written yet.

Please login to write comment.