Color Hex Logo

#29ee7d Color Hex

#29EE7D
(41,238,125)
0 Favorites   0 Comments

Color spaces of #29ee7d

RGB 41238125
HSL0.400.850.55
HSV146°83°93°
CMYK 0.830.000.47   0.07
XYZ35.190763.101229.7270
Yxy63.10120.27490.4929
Hunter Lab79.4363-59.937033.4176
CIE-Lab83.4956-69.828341.7982

#29ee7d color RGB value is (41,238,125).

#29ee7d hex color red value is 41, green value is 238 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #29ee7d hue: 0.40 , saturation: 0.85 and the lightness value of 29ee7d is 0.55.

The process color (four color CMYK) of #29ee7d color hex is 0.83, 0.00, 0.47, 0.07. Web safe color of #29ee7d is #33ff66. Color #29ee7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101110 01111101
Octal 51 356 175
Decimal 41 238 125
Hex 29 EE 7D

RGB Percentages of Color #29ee7d

%10.15
%58.91
%30.94

CMYK Percentages of Color #29ee7d

%83
%0
%47
%7

Triadic Colors of #29ee7d

#29ee7d #7d29ee #ee7d29

Analogous Colors of #29ee7d

#29ee7d #29eee0 #37ee29

Monochromatic Colors of #29ee7d

#29ee7d

Complementary Color

#29ee7d #ee299a

#29ee7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ee7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ee7d Color CSS Codes

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

#29ee7d Text Font Color

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

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


#29ee7d Background Color

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

This div background color is #29ee7d


#29ee7d Border Color

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

This div border color is #29ee7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ee7d


Comments

No comments written yet.

Please login to write comment.