Color Hex Logo

#29b665 Color Hex

#29B665
(41,182,101)
0 Favorites   0 Comments

Color spaces of #29b665

RGB 41182101
HSL0.400.630.44
HSV146°77°71°
CMYK 0.770.000.45   0.29
XYZ19.991434.866917.9883
Yxy34.86690.27440.4786
Hunter Lab59.0482-42.901323.2718
CIE-Lab65.6449-54.565231.0250

#29b665 color RGB value is (41,182,101).

#29b665 hex color red value is 41, green value is 182 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #29b665 hue: 0.40 , saturation: 0.63 and the lightness value of 29b665 is 0.44.

The process color (four color CMYK) of #29b665 color hex is 0.77, 0.00, 0.45, 0.29. Web safe color of #29b665 is #33cc66. Color #29b665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10110110 01100101
Octal 51 266 145
Decimal 41 182 101
Hex 29 B6 65

RGB Percentages of Color #29b665

%12.65
%56.17
%31.17

CMYK Percentages of Color #29b665

%77
%0
%45
%29

Triadic Colors of #29b665

#29b665 #6529b6 #b66529

Analogous Colors of #29b665

#29b665 #29b6ac #34b629

Monochromatic Colors of #29b665

#29b665

Complementary Color

#29b665 #b6297a

#29b665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29b665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29b665 Color CSS Codes

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

#29b665 Text Font Color

<p style="color:#29b665">Text here</p>

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


#29b665 Background Color

<div style="background-color:#29b665">
Div content here</div>

This div background color is #29b665


#29b665 Border Color

<div style="border:3px solid #29b665">
Div here</div>

This div border color is #29b665


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,182,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29b665; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29b665;
  -webkit-box-shadow: 1px 1px 3px 2px #29b665;
  box-shadow:         1px 1px 3px 2px #29b665; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29b665


Comments

No comments written yet.

Please login to write comment.