Color Hex Logo

#294cef Color Hex

#294CEF
(41,76,239)
0 Favorites   0 Comments

Color spaces of #294cef

RGB 4176239
HSL0.640.860.55
HSV229°83°94°
CMYK 0.830.680.00   0.06
XYZ19.078911.872382.9474
Yxy11.87230.16750.1042
Hunter Lab34.456238.5397-118.6112
CIE-Lab41.012447.0144-84.3630

#294cef color RGB value is (41,76,239).

#294cef hex color red value is 41, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #294cef hue: 0.64 , saturation: 0.86 and the lightness value of 294cef is 0.55.

The process color (four color CMYK) of #294cef color hex is 0.83, 0.68, 0.00, 0.06. Web safe color of #294cef is #3333ff. Color #294cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001100 11101111
Octal 51 114 357
Decimal 41 76 239
Hex 29 4C EF

RGB Percentages of Color #294cef

%11.52
%21.35
%67.13

CMYK Percentages of Color #294cef

%83
%68
%0
%6

Triadic Colors of #294cef

#294cef #ef294c #4cef29

Analogous Colors of #294cef

#294cef #6929ef #29afef

Monochromatic Colors of #294cef

#294cef

Complementary Color

#294cef #efcc29

#294cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#294cef Color CSS Codes

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

#294cef Text Font Color

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

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


#294cef Background Color

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

This div background color is #294cef


#294cef Border Color

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

This div border color is #294cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294cef


Comments

No comments written yet.

Please login to write comment.