Color Hex Logo

#29506d Color Hex

#29506D
(41,80,109)
0 Favorites   0 Comments

Color spaces of #29506d

RGB 4180109
HSL0.570.450.29
HSV206°62°43°
CMYK 0.620.270.00   0.57
XYZ6.54347.312915.5346
Yxy7.31290.22260.2488
Hunter Lab27.0424-4.1328-15.1297
CIE-Lab32.5089-4.1665-20.8705

#29506d color RGB value is (41,80,109).

#29506d hex color red value is 41, green value is 80 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #29506d hue: 0.57 , saturation: 0.45 and the lightness value of 29506d is 0.29.

The process color (four color CMYK) of #29506d color hex is 0.62, 0.27, 0.00, 0.57. Web safe color of #29506d is #336666. Color #29506d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010000 01101101
Octal 51 120 155
Decimal 41 80 109
Hex 29 50 6D

RGB Percentages of Color #29506d

%17.83
%34.78
%47.39

CMYK Percentages of Color #29506d

%62
%27
%0
%57

Triadic Colors of #29506d

#29506d #6d2950 #506d29

Analogous Colors of #29506d

#29506d #292e6d #296d68

Monochromatic Colors of #29506d

#29506d

Complementary Color

#29506d #6d4629

#29506d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29506d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29506d Color CSS Codes

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

#29506d Text Font Color

<p style="color:#29506d">Text here</p>

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


#29506d Background Color

<div style="background-color:#29506d">
Div content here</div>

This div background color is #29506d


#29506d Border Color

<div style="border:3px solid #29506d">
Div here</div>

This div border color is #29506d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29506d


Comments

No comments written yet.

Please login to write comment.