Color Hex Logo

#29e86f Color Hex

#29E86F
(41,232,111)
0 Favorites   0 Comments

Color spaces of #29e86f

RGB 41232111
HSL0.390.810.54
HSV142°82°91°
CMYK 0.820.000.52   0.09
XYZ32.640359.332324.7709
Yxy59.33230.27960.5082
Hunter Lab77.0275-59.158934.8524
CIE-Lab81.4739-70.006045.9655

#29e86f color RGB value is (41,232,111).

#29e86f hex color red value is 41, green value is 232 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #29e86f hue: 0.39 , saturation: 0.81 and the lightness value of 29e86f is 0.54.

The process color (four color CMYK) of #29e86f color hex is 0.82, 0.00, 0.52, 0.09. Web safe color of #29e86f is #33ff66. Color #29e86f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101000 01101111
Octal 51 350 157
Decimal 41 232 111
Hex 29 E8 6F

RGB Percentages of Color #29e86f

%10.68
%60.42
%28.91

CMYK Percentages of Color #29e86f

%82
%0
%52
%9

Triadic Colors of #29e86f

#29e86f #6f29e8 #e86f29

Analogous Colors of #29e86f

#29e86f #29e8cf #42e829

Monochromatic Colors of #29e86f

#29e86f

Complementary Color

#29e86f #e829a2

#29e86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29e86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29e86f Color CSS Codes

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

#29e86f Text Font Color

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

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


#29e86f Background Color

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

This div background color is #29e86f


#29e86f Border Color

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

This div border color is #29e86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29e86f


Comments

No comments written yet.

Please login to write comment.