Color Hex Logo

#29cf8e Color Hex

#29CF8E
(41,207,142)
0 Favorites   0 Comments

Color spaces of #29cf8e

RGB 41207142
HSL0.430.670.49
HSV157°80°81°
CMYK 0.800.000.31   0.19
XYZ28.109847.050133.1912
Yxy47.05010.25940.4342
Hunter Lab68.5931-46.887719.3256
CIE-Lab74.2218-55.760120.9530

#29cf8e color RGB value is (41,207,142).

#29cf8e hex color red value is 41, green value is 207 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #29cf8e hue: 0.43 , saturation: 0.67 and the lightness value of 29cf8e is 0.49.

The process color (four color CMYK) of #29cf8e color hex is 0.80, 0.00, 0.31, 0.19. Web safe color of #29cf8e is #33cc99. Color #29cf8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001111 10001110
Octal 51 317 216
Decimal 41 207 142
Hex 29 CF 8E

RGB Percentages of Color #29cf8e

%10.51
%53.08
%36.41

CMYK Percentages of Color #29cf8e

%80
%0
%31
%19

Triadic Colors of #29cf8e

#29cf8e #8e29cf #cf8e29

Analogous Colors of #29cf8e

#29cf8e #29bdcf #29cf3b

Monochromatic Colors of #29cf8e

#29cf8e

Complementary Color

#29cf8e #cf296a

#29cf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cf8e Color CSS Codes

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

#29cf8e Text Font Color

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

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


#29cf8e Background Color

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

This div background color is #29cf8e


#29cf8e Border Color

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

This div border color is #29cf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cf8e


Comments

No comments written yet.

Please login to write comment.