Color Hex Logo

#29b85d Color Hex

#29B85D
(41,184,93)
0 Favorites   0 Comments

Color spaces of #29b85d

RGB 4118493
HSL0.390.640.44
HSV142°78°72°
CMYK 0.780.000.49   0.28
XYZ20.030735.542716.1606
Yxy35.54270.27920.4955
Hunter Lab59.6177-44.357525.6606
CIE-Lab66.1690-56.629635.7789

#29b85d color RGB value is (41,184,93).

#29b85d hex color red value is 41, green value is 184 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #29b85d hue: 0.39 , saturation: 0.64 and the lightness value of 29b85d is 0.44.

The process color (four color CMYK) of #29b85d color hex is 0.78, 0.00, 0.49, 0.28. Web safe color of #29b85d is #33cc66. Color #29b85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111000 01011101
Octal 51 270 135
Decimal 41 184 93
Hex 29 B8 5D

RGB Percentages of Color #29b85d

%12.89
%57.86
%29.25

CMYK Percentages of Color #29b85d

%78
%0
%49
%28

Triadic Colors of #29b85d

#29b85d #5d29b8 #b85d29

Analogous Colors of #29b85d

#29b85d #29b8a5 #3db829

Monochromatic Colors of #29b85d

#29b85d

Complementary Color

#29b85d #b82984

#29b85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29b85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29b85d Color CSS Codes

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

#29b85d Text Font Color

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

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


#29b85d Background Color

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

This div background color is #29b85d


#29b85d Border Color

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

This div border color is #29b85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29b85d


Comments

No comments written yet.

Please login to write comment.