Color Hex Logo

#29585e Color Hex

#29585E
(41,88,94)
0 Favorites   0 Comments

Color spaces of #29585e

RGB 418894
HSL0.520.390.26
HSV187°56°37°
CMYK 0.560.060.00   0.63
XYZ6.42468.259011.8452
Yxy8.25900.24220.3113
Hunter Lab28.7385-10.3880-4.3208
CIE-Lab34.5166-14.0681-8.3777

#29585e color RGB value is (41,88,94).

#29585e hex color red value is 41, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #29585e hue: 0.52 , saturation: 0.39 and the lightness value of 29585e is 0.26.

The process color (four color CMYK) of #29585e color hex is 0.56, 0.06, 0.00, 0.63. Web safe color of #29585e is #336666. Color #29585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011000 01011110
Octal 51 130 136
Decimal 41 88 94
Hex 29 58 5E

RGB Percentages of Color #29585e

%18.39
%39.46
%42.15

CMYK Percentages of Color #29585e

%56
%6
%0
%63

Triadic Colors of #29585e

#29585e #5e2958 #585e29

Analogous Colors of #29585e

#29585e #293d5e #295e4a

Monochromatic Colors of #29585e

#29585e

Complementary Color

#29585e #5e2f29

#29585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29585e Color CSS Codes

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

#29585e Text Font Color

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

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


#29585e Background Color

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

This div background color is #29585e


#29585e Border Color

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

This div border color is #29585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29585e


Comments

No comments written yet.

Please login to write comment.