Color Hex Logo

#294eee Color Hex

#294EEE
(41,78,238)
0 Favorites   0 Comments

Color spaces of #294eee

RGB 4178238
HSL0.640.850.55
HSV229°83°93°
CMYK 0.830.670.00   0.07
XYZ19.071512.093282.2180
Yxy12.09320.16820.1067
Hunter Lab34.775337.0364-115.8346
CIE-Lab41.363945.4618-83.2201

#294eee color RGB value is (41,78,238).

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

The process color (four color CMYK) of #294eee color hex is 0.83, 0.67, 0.00, 0.07. Web safe color of #294eee is #3366ff. Color #294eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001110 11101110
Octal 51 116 356
Decimal 41 78 238
Hex 29 4E EE

RGB Percentages of Color #294eee

%11.48
%21.85
%66.67

CMYK Percentages of Color #294eee

%83
%67
%0
%7

Triadic Colors of #294eee

#294eee #ee294e #4eee29

Analogous Colors of #294eee

#294eee #6729ee #29b1ee

Monochromatic Colors of #294eee

#294eee

Complementary Color

#294eee #eec929

#294eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#294eee Color CSS Codes

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

#294eee Text Font Color

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

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


#294eee Background Color

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

This div background color is #294eee


#294eee Border Color

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

This div border color is #294eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294eee


Comments

No comments written yet.

Please login to write comment.