Color Hex Logo

#29717d Color Hex

#29717D
(41,113,125)
0 Favorites   0 Comments

Color spaces of #29717d

RGB 41113125
HSL0.520.510.33
HSV189°67°49°
CMYK 0.670.100.00   0.51
XYZ10.521213.762321.5039
Yxy13.76230.22980.3006
Hunter Lab37.0976-14.2966-8.3996
CIE-Lab43.8901-18.0727-13.2117

#29717d color RGB value is (41,113,125).

#29717d hex color red value is 41, green value is 113 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #29717d hue: 0.52 , saturation: 0.51 and the lightness value of 29717d is 0.33.

The process color (four color CMYK) of #29717d color hex is 0.67, 0.10, 0.00, 0.51. Web safe color of #29717d is #336666. Color #29717d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110001 01111101
Octal 51 161 175
Decimal 41 113 125
Hex 29 71 7D

RGB Percentages of Color #29717d

%14.70
%40.50
%44.80

CMYK Percentages of Color #29717d

%67
%10
%0
%51

Triadic Colors of #29717d

#29717d #7d2971 #717d29

Analogous Colors of #29717d

#29717d #29477d #297d5f

Monochromatic Colors of #29717d

#29717d

Complementary Color

#29717d #7d3529

#29717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29717d Color CSS Codes

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

#29717d Text Font Color

<p style="color:#29717d">Text here</p>

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


#29717d Background Color

<div style="background-color:#29717d">
Div content here</div>

This div background color is #29717d


#29717d Border Color

<div style="border:3px solid #29717d">
Div here</div>

This div border color is #29717d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,113,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29717d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29717d;
  -webkit-box-shadow: 1px 1px 3px 2px #29717d;
  box-shadow:         1px 1px 3px 2px #29717d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29717d


Comments

No comments written yet.

Please login to write comment.