Color Hex Logo

#29505a Color Hex

#29505A
(41,80,90)
1 Favorites   0 Comments

Color spaces of #29505a

RGB 418090
HSL0.530.370.26
HSV192°54°35°
CMYK 0.540.110.00   0.65
XYZ5.62866.946910.7171
Yxy6.94690.24160.2982
Hunter Lab26.3570-8.0056-5.6582
CIE-Lab31.6857-10.6514-10.1259

#29505a color RGB value is (41,80,90).

#29505a hex color red value is 41, green value is 80 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #29505a hue: 0.53 , saturation: 0.37 and the lightness value of 29505a is 0.26.

The process color (four color CMYK) of #29505a color hex is 0.54, 0.11, 0.00, 0.65. Web safe color of #29505a is #336666. Color #29505a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010000 01011010
Octal 51 120 132
Decimal 41 80 90
Hex 29 50 5A

RGB Percentages of Color #29505a

%19.43
%37.91
%42.65

CMYK Percentages of Color #29505a

%54
%11
%0
%65

Triadic Colors of #29505a

#29505a #5a2950 #505a29

Analogous Colors of #29505a

#29505a #29385a #295a4c

Monochromatic Colors of #29505a

#29505a

Complementary Color

#29505a #5a3329

#29505a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29505a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29505a Color CSS Codes

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

#29505a Text Font Color

<p style="color:#29505a">Text here</p>

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


#29505a Background Color

<div style="background-color:#29505a">
Div content here</div>

This div background color is #29505a


#29505a Border Color

<div style="border:3px solid #29505a">
Div here</div>

This div border color is #29505a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29505a

#29505a Color Palettes


Comments

No comments written yet.

Please login to write comment.