Color Hex Logo

#294edb Color Hex

#294EDB
(41,78,219)
0 Favorites   0 Comments

Color spaces of #294edb

RGB 4178219
HSL0.630.710.51
HSV228°81°86°
CMYK 0.810.640.00   0.14
XYZ16.425011.034768.2820
Yxy11.03470.17160.1153
Hunter Lab33.218530.1275-98.6200
CIE-Lab39.638938.6777-75.2611

#294edb color RGB value is (41,78,219).

#294edb hex color red value is 41, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #294edb hue: 0.63 , saturation: 0.71 and the lightness value of 294edb is 0.51.

The process color (four color CMYK) of #294edb color hex is 0.81, 0.64, 0.00, 0.14. Web safe color of #294edb is #3366cc. Color #294edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001110 11011011
Octal 51 116 333
Decimal 41 78 219
Hex 29 4E DB

RGB Percentages of Color #294edb

%12.13
%23.08
%64.79

CMYK Percentages of Color #294edb

%81
%64
%0
%14

Triadic Colors of #294edb

#294edb #db294e #4edb29

Analogous Colors of #294edb

#294edb #5d29db #29a7db

Monochromatic Colors of #294edb

#294edb

Complementary Color

#294edb #dbb629

#294edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#294edb Color CSS Codes

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

#294edb Text Font Color

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

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


#294edb Background Color

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

This div background color is #294edb


#294edb Border Color

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

This div border color is #294edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294edb


Comments

No comments written yet.

Please login to write comment.