Color Hex Logo

#29595f Color Hex

#29595F
(41,89,95)
0 Favorites   0 Comments

Color spaces of #29595f

RGB 418995
HSL0.520.400.27
HSV187°57°37°
CMYK 0.570.060.00   0.63
XYZ6.55248.442412.1107
Yxy8.44240.24170.3115
Hunter Lab29.0558-10.5940-4.3735
CIE-Lab34.8878-14.3264-8.4458

#29595f color RGB value is (41,89,95).

#29595f hex color red value is 41, green value is 89 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #29595f hue: 0.52 , saturation: 0.40 and the lightness value of 29595f is 0.27.

The process color (four color CMYK) of #29595f color hex is 0.57, 0.06, 0.00, 0.63. Web safe color of #29595f is #336666. Color #29595f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011001 01011111
Octal 51 131 137
Decimal 41 89 95
Hex 29 59 5F

RGB Percentages of Color #29595f

%18.22
%39.56
%42.22

CMYK Percentages of Color #29595f

%57
%6
%0
%63

Triadic Colors of #29595f

#29595f #5f2959 #595f29

Analogous Colors of #29595f

#29595f #293e5f #295f4a

Monochromatic Colors of #29595f

#29595f

Complementary Color

#29595f #5f2f29

#29595f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29595f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29595f Color CSS Codes

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

#29595f Text Font Color

<p style="color:#29595f">Text here</p>

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


#29595f Background Color

<div style="background-color:#29595f">
Div content here</div>

This div background color is #29595f


#29595f Border Color

<div style="border:3px solid #29595f">
Div here</div>

This div border color is #29595f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,89,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29595f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29595f;
  -webkit-box-shadow: 1px 1px 3px 2px #29595f;
  box-shadow:         1px 1px 3px 2px #29595f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29595f


Comments

No comments written yet.

Please login to write comment.