Color Hex Logo

#29434b Color Hex

#29434B
(41,67,75)
0 Favorites   0 Comments

Color spaces of #29434b

RGB 416775
HSL0.540.290.23
HSV194°45°29°
CMYK 0.450.110.00   0.71
XYZ4.19164.99377.3996
Yxy4.99370.25270.3011
Hunter Lab22.3466-5.6249-3.9900
CIE-Lab26.7168-7.4728-7.9671

#29434b color RGB value is (41,67,75).

#29434b hex color red value is 41, green value is 67 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #29434b hue: 0.54 , saturation: 0.29 and the lightness value of 29434b is 0.23.

The process color (four color CMYK) of #29434b color hex is 0.45, 0.11, 0.00, 0.71. Web safe color of #29434b is #333333. Color #29434b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000011 01001011
Octal 51 103 113
Decimal 41 67 75
Hex 29 43 4B

RGB Percentages of Color #29434b

%22.40
%36.61
%40.98

CMYK Percentages of Color #29434b

%45
%11
%0
%71

Triadic Colors of #29434b

#29434b #4b2943 #434b29

Analogous Colors of #29434b

#29434b #29324b #294b42

Monochromatic Colors of #29434b

#29434b

Complementary Color

#29434b #4b3129

#29434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29434b Color CSS Codes

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

#29434b Text Font Color

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

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


#29434b Background Color

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

This div background color is #29434b


#29434b Border Color

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

This div border color is #29434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29434b


Comments

No comments written yet.

Please login to write comment.