Color Hex Logo

#29565b Color Hex

#29565B
(41,86,91)
0 Favorites   0 Comments

Color spaces of #29565b

RGB 418691
HSL0.520.380.26
HSV186°55°36°
CMYK 0.550.050.00   0.64
XYZ6.13067.882311.0959
Yxy7.88230.24420.3139
Hunter Lab28.0754-10.1544-3.7796
CIE-Lab33.7365-13.8614-7.6654

#29565b color RGB value is (41,86,91).

#29565b hex color red value is 41, green value is 86 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #29565b hue: 0.52 , saturation: 0.38 and the lightness value of 29565b is 0.26.

The process color (four color CMYK) of #29565b color hex is 0.55, 0.05, 0.00, 0.64. Web safe color of #29565b is #336666. Color #29565b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010110 01011011
Octal 51 126 133
Decimal 41 86 91
Hex 29 56 5B

RGB Percentages of Color #29565b

%18.81
%39.45
%41.74

CMYK Percentages of Color #29565b

%55
%5
%0
%64

Triadic Colors of #29565b

#29565b #5b2956 #565b29

Analogous Colors of #29565b

#29565b #293d5b #295b47

Monochromatic Colors of #29565b

#29565b

Complementary Color

#29565b #5b2e29

#29565b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29565b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29565b Color CSS Codes

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

#29565b Text Font Color

<p style="color:#29565b">Text here</p>

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


#29565b Background Color

<div style="background-color:#29565b">
Div content here</div>

This div background color is #29565b


#29565b Border Color

<div style="border:3px solid #29565b">
Div here</div>

This div border color is #29565b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,86,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29565b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29565b;
  -webkit-box-shadow: 1px 1px 3px 2px #29565b;
  box-shadow:         1px 1px 3px 2px #29565b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29565b


Comments

No comments written yet.

Please login to write comment.