Color Hex Logo

#29414e Color Hex

#29414E
(41,65,78)
0 Favorites   0 Comments

Color spaces of #29414e

RGB 416578
HSL0.560.310.23
HSV201°47°31°
CMYK 0.470.170.00   0.69
XYZ4.17994.80217.9143
Yxy4.80210.24740.2842
Hunter Lab21.9137-4.3012-6.0735
CIE-Lab26.1633-5.2516-10.7715

#29414e color RGB value is (41,65,78).

#29414e hex color red value is 41, green value is 65 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #29414e hue: 0.56 , saturation: 0.31 and the lightness value of 29414e is 0.23.

The process color (four color CMYK) of #29414e color hex is 0.47, 0.17, 0.00, 0.69. Web safe color of #29414e is #333366. Color #29414e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000001 01001110
Octal 51 101 116
Decimal 41 65 78
Hex 29 41 4E

RGB Percentages of Color #29414e

%22.28
%35.33
%42.39

CMYK Percentages of Color #29414e

%47
%17
%0
%69

Triadic Colors of #29414e

#29414e #4e2941 #414e29

Analogous Colors of #29414e

#29414e #292f4e #294e49

Monochromatic Colors of #29414e

#29414e

Complementary Color

#29414e #4e3629

#29414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29414e Color CSS Codes

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

#29414e Text Font Color

<p style="color:#29414e">Text here</p>

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


#29414e Background Color

<div style="background-color:#29414e">
Div content here</div>

This div background color is #29414e


#29414e Border Color

<div style="border:3px solid #29414e">
Div here</div>

This div border color is #29414e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29414e


Comments

No comments written yet.

Please login to write comment.