Color Hex Logo

#29d021 Color Hex

#29D021
(41,208,33)
0 Favorites   0 Comments

Color spaces of #29d021

RGB 4120833
HSL0.330.730.47
HSV117°84°82°
CMYK 0.800.000.84   0.18
XYZ23.744845.69309.0070
Yxy45.69300.30270.5825
Hunter Lab67.5966-55.592039.4174
CIE-Lab73.3459-70.206266.9008

#29d021 color RGB value is (41,208,33).

#29d021 hex color red value is 41, green value is 208 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #29d021 hue: 0.33 , saturation: 0.73 and the lightness value of 29d021 is 0.47.

The process color (four color CMYK) of #29d021 color hex is 0.80, 0.00, 0.84, 0.18. Web safe color of #29d021 is #33cc33. Color #29d021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11010000 00100001
Octal 51 320 41
Decimal 41 208 33
Hex 29 D0 21

RGB Percentages of Color #29d021

%14.54
%73.76
%11.70

CMYK Percentages of Color #29d021

%80
%0
%84
%18

Triadic Colors of #29d021

#29d021 #2129d0 #d02129

Analogous Colors of #29d021

#29d021 #21d071 #81d021

Monochromatic Colors of #29d021

#29d021

Complementary Color

#29d021 #c821d0

#29d021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29d021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29d021 Color CSS Codes

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

#29d021 Text Font Color

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

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


#29d021 Background Color

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

This div background color is #29d021


#29d021 Border Color

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

This div border color is #29d021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29d021


Comments

No comments written yet.

Please login to write comment.