Color Hex Logo

#29957c Color Hex

#29957C
(41,149,124)
0 Favorites   0 Comments

Color spaces of #29957c

RGB 41149124
HSL0.460.570.37
HSV166°72°58°
CMYK 0.720.000.17   0.42
XYZ15.300023.421522.7832
Yxy23.42150.24880.3808
Hunter Lab48.3958-28.26105.9652
CIE-Lab55.5039-36.21554.5468

#29957c color RGB value is (41,149,124).

#29957c hex color red value is 41, green value is 149 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #29957c hue: 0.46 , saturation: 0.57 and the lightness value of 29957c is 0.37.

The process color (four color CMYK) of #29957c color hex is 0.72, 0.00, 0.17, 0.42. Web safe color of #29957c is #339966. Color #29957c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010101 01111100
Octal 51 225 174
Decimal 41 149 124
Hex 29 95 7C

RGB Percentages of Color #29957c

%13.06
%47.45
%39.49

CMYK Percentages of Color #29957c

%72
%0
%17
%42

Triadic Colors of #29957c

#29957c #7c2995 #957c29

Analogous Colors of #29957c

#29957c #297895 #299546

Monochromatic Colors of #29957c

#29957c

Complementary Color

#29957c #952942

#29957c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29957c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29957c Color CSS Codes

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

#29957c Text Font Color

<p style="color:#29957c">Text here</p>

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


#29957c Background Color

<div style="background-color:#29957c">
Div content here</div>

This div background color is #29957c


#29957c Border Color

<div style="border:3px solid #29957c">
Div here</div>

This div border color is #29957c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,149,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29957c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29957c;
  -webkit-box-shadow: 1px 1px 3px 2px #29957c;
  box-shadow:         1px 1px 3px 2px #29957c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29957c


Comments

No comments written yet.

Please login to write comment.