Color Hex Logo

#294eaf Color Hex

#294EAF
(41,78,175)
0 Favorites   0 Comments

Color spaces of #294eaf

RGB 4178175
HSL0.620.620.42
HSV223°77°69°
CMYK 0.770.550.00   0.31
XYZ11.37679.015341.6980
Yxy9.01530.18320.1452
Hunter Lab30.025515.0893-61.3213
CIE-Lab36.013722.2153-55.5596

#294eaf color RGB value is (41,78,175).

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

The process color (four color CMYK) of #294eaf color hex is 0.77, 0.55, 0.00, 0.31. Web safe color of #294eaf is #336699. Color #294eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001110 10101111
Octal 51 116 257
Decimal 41 78 175
Hex 29 4E AF

RGB Percentages of Color #294eaf

%13.95
%26.53
%59.52

CMYK Percentages of Color #294eaf

%77
%55
%0
%31

Triadic Colors of #294eaf

#294eaf #af294e #4eaf29

Analogous Colors of #294eaf

#294eaf #4729af #2991af

Monochromatic Colors of #294eaf

#294eaf

Complementary Color

#294eaf #af8a29

#294eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#294eaf Color CSS Codes

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

#294eaf Text Font Color

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

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


#294eaf Background Color

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

This div background color is #294eaf


#294eaf Border Color

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

This div border color is #294eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294eaf


Comments

No comments written yet.

Please login to write comment.