Color Hex Logo

#29917c Color Hex

#29917C
(41,145,124)
0 Favorites   0 Comments

Color spaces of #29917c

RGB 41145124
HSL0.470.560.36
HSV168°72°57°
CMYK 0.720.000.14   0.43
XYZ14.677922.177522.5759
Yxy22.17750.24700.3732
Hunter Lab47.0930-26.77804.5421
CIE-Lab54.2148-34.39682.6855

#29917c color RGB value is (41,145,124).

#29917c hex color red value is 41, green value is 145 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #29917c hue: 0.47 , saturation: 0.56 and the lightness value of 29917c is 0.36.

The process color (four color CMYK) of #29917c color hex is 0.72, 0.00, 0.14, 0.43. Web safe color of #29917c is #339966. Color #29917c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010001 01111100
Octal 51 221 174
Decimal 41 145 124
Hex 29 91 7C

RGB Percentages of Color #29917c

%13.23
%46.77
%40.00

CMYK Percentages of Color #29917c

%72
%0
%14
%43

Triadic Colors of #29917c

#29917c #7c2991 #917c29

Analogous Colors of #29917c

#29917c #297291 #299148

Monochromatic Colors of #29917c

#29917c

Complementary Color

#29917c #91293e

#29917c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29917c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29917c Color CSS Codes

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

#29917c Text Font Color

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

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


#29917c Background Color

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

This div background color is #29917c


#29917c Border Color

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

This div border color is #29917c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29917c


Comments

No comments written yet.

Please login to write comment.