Color Hex Logo

#29f99e Color Hex

#29F99E
(41,249,158)
0 Favorites   0 Comments

Color spaces of #29f99e

RGB 41249158
HSL0.430.950.57
HSV154°84°98°
CMYK 0.840.000.37   0.02
XYZ40.961770.691443.8337
Yxy70.69140.26340.4546
Hunter Lab84.0782-60.174127.9442
CIE-Lab87.3349-67.735430.4866

#29f99e color RGB value is (41,249,158).

#29f99e hex color red value is 41, green value is 249 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #29f99e hue: 0.43 , saturation: 0.95 and the lightness value of 29f99e is 0.57.

The process color (four color CMYK) of #29f99e color hex is 0.84, 0.00, 0.37, 0.02. Web safe color of #29f99e is #33ff99. Color #29f99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111001 10011110
Octal 51 371 236
Decimal 41 249 158
Hex 29 F9 9E

RGB Percentages of Color #29f99e

%9.15
%55.58
%35.27

CMYK Percentages of Color #29f99e

%84
%0
%37
%2

Triadic Colors of #29f99e

#29f99e #9e29f9 #f99e29

Analogous Colors of #29f99e

#29f99e #29ecf9 #29f936

Monochromatic Colors of #29f99e

#29f99e

Complementary Color

#29f99e #f92984

#29f99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29f99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29f99e Color CSS Codes

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

#29f99e Text Font Color

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

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


#29f99e Background Color

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

This div background color is #29f99e


#29f99e Border Color

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

This div border color is #29f99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29f99e


Comments

No comments written yet.

Please login to write comment.