Color Hex Logo

#294acb Color Hex

#294ACB
(41,74,203)
0 Favorites   0 Comments

Color spaces of #294acb

RGB 4174203
HSL0.630.660.48
HSV228°80°80°
CMYK 0.800.640.00   0.20
XYZ14.14279.680857.6231
Yxy9.68080.17360.1189
Hunter Lab31.114026.6868-88.0253
CIE-Lab37.263335.3691-69.9407

#294acb color RGB value is (41,74,203).

#294acb hex color red value is 41, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #294acb hue: 0.63 , saturation: 0.66 and the lightness value of 294acb is 0.48.

The process color (four color CMYK) of #294acb color hex is 0.80, 0.64, 0.00, 0.20. Web safe color of #294acb is #3333cc. Color #294acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001010 11001011
Octal 51 112 313
Decimal 41 74 203
Hex 29 4A CB

RGB Percentages of Color #294acb

%12.89
%23.27
%63.84

CMYK Percentages of Color #294acb

%80
%64
%0
%20

Triadic Colors of #294acb

#294acb #cb294a #4acb29

Analogous Colors of #294acb

#294acb #5929cb #299bcb

Monochromatic Colors of #294acb

#294acb

Complementary Color

#294acb #cbaa29

#294acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#294acb Color CSS Codes

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

#294acb Text Font Color

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

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


#294acb Background Color

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

This div background color is #294acb


#294acb Border Color

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

This div border color is #294acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294acb


Comments

No comments written yet.

Please login to write comment.