Color Hex Logo

#29696d Color Hex

#29696D
(41,105,109)
0 Favorites   0 Comments

Color spaces of #29696d

RGB 41105109
HSL0.510.450.29
HSV184°62°43°
CMYK 0.620.040.00   0.57
XYZ8.726311.678716.2623
Yxy11.67870.23800.3185
Hunter Lab34.1741-14.2250-4.2922
CIE-Lab40.7008-18.8375-8.3534

#29696d color RGB value is (41,105,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01101001 01101101
Octal 51 151 155
Decimal 41 105 109
Hex 29 69 6D

RGB Percentages of Color #29696d

%16.08
%41.18
%42.75

CMYK Percentages of Color #29696d

%62
%4
%0
%57

Triadic Colors of #29696d

#29696d #6d2969 #696d29

Analogous Colors of #29696d

#29696d #29476d #296d4f

Monochromatic Colors of #29696d

#29696d

Complementary Color

#29696d #6d2d29

#29696d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29696d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29696d Color CSS Codes

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

#29696d Text Font Color

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

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


#29696d Background Color

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

This div background color is #29696d


#29696d Border Color

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

This div border color is #29696d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,105,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 #29696d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29696d


Comments

No comments written yet.

Please login to write comment.