Color Hex Logo

#294b50 Color Hex

#294B50
(41,75,80)
0 Favorites   0 Comments

Color spaces of #294b50

RGB 417580
HSL0.520.320.24
HSV188°49°31°
CMYK 0.490.060.00   0.69
XYZ4.87856.08288.5064
Yxy6.08280.25060.3125
Hunter Lab24.6633-7.8529-3.1848
CIE-Lab29.6204-10.8225-6.8426

#294b50 color RGB value is (41,75,80).

#294b50 hex color red value is 41, green value is 75 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #294b50 hue: 0.52 , saturation: 0.32 and the lightness value of 294b50 is 0.24.

The process color (four color CMYK) of #294b50 color hex is 0.49, 0.06, 0.00, 0.69. Web safe color of #294b50 is #333366. Color #294b50 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001011 01010000
Octal 51 113 120
Decimal 41 75 80
Hex 29 4B 50

RGB Percentages of Color #294b50

%20.92
%38.27
%40.82

CMYK Percentages of Color #294b50

%49
%6
%0
%69

Triadic Colors of #294b50

#294b50 #50294b #4b5029

Analogous Colors of #294b50

#294b50 #293850 #295042

Monochromatic Colors of #294b50

#294b50

Complementary Color

#294b50 #502e29

#294b50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294b50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294b50 Color CSS Codes

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

#294b50 Text Font Color

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

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


#294b50 Background Color

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

This div background color is #294b50


#294b50 Border Color

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

This div border color is #294b50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294b50


Comments

No comments written yet.

Please login to write comment.