Color Hex Logo

#29707d Color Hex

#29707D
(41,112,125)
0 Favorites   0 Comments

Color spaces of #29707d

RGB 41112125
HSL0.530.510.33
HSV189°67°49°
CMYK 0.670.100.00   0.51
XYZ10.410313.540421.4669
Yxy13.54040.22920.2981
Hunter Lab36.7973-13.8959-8.8307
CIE-Lab43.5665-17.5242-13.7028

#29707d color RGB value is (41,112,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110000 01111101
Octal 51 160 175
Decimal 41 112 125
Hex 29 70 7D

RGB Percentages of Color #29707d

%14.75
%40.29
%44.96

CMYK Percentages of Color #29707d

%67
%10
%0
%51

Triadic Colors of #29707d

#29707d #7d2970 #707d29

Analogous Colors of #29707d

#29707d #29467d #297d60

Monochromatic Colors of #29707d

#29707d

Complementary Color

#29707d #7d3629

#29707d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29707d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29707d Color CSS Codes

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

#29707d Text Font Color

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

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


#29707d Background Color

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

This div background color is #29707d


#29707d Border Color

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

This div border color is #29707d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,112,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 #29707d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29707d


Comments

No comments written yet.

Please login to write comment.