Color Hex Logo

#29556b Color Hex

#29556B
(41,85,107)
0 Favorites   0 Comments

Color spaces of #29556b

RGB 4185107
HSL0.560.450.29
HSV200°62°42°
CMYK 0.620.210.00   0.58
XYZ6.81688.030015.1006
Yxy8.03000.22760.2681
Hunter Lab28.3373-6.6503-11.7589
CIE-Lab34.0453-7.9737-17.2391

#29556b color RGB value is (41,85,107).

#29556b hex color red value is 41, green value is 85 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #29556b hue: 0.56 , saturation: 0.45 and the lightness value of 29556b is 0.29.

The process color (four color CMYK) of #29556b color hex is 0.62, 0.21, 0.00, 0.58. Web safe color of #29556b is #336666. Color #29556b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010101 01101011
Octal 51 125 153
Decimal 41 85 107
Hex 29 55 6B

RGB Percentages of Color #29556b

%17.60
%36.48
%45.92

CMYK Percentages of Color #29556b

%62
%21
%0
%58

Triadic Colors of #29556b

#29556b #6b2955 #556b29

Analogous Colors of #29556b

#29556b #29346b #296b60

Monochromatic Colors of #29556b

#29556b

Complementary Color

#29556b #6b3f29

#29556b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29556b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29556b Color CSS Codes

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

#29556b Text Font Color

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

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


#29556b Background Color

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

This div background color is #29556b


#29556b Border Color

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

This div border color is #29556b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29556b


Comments

No comments written yet.

Please login to write comment.