Color Hex Logo

#29c09d Color Hex

#29C09D
(41,192,157)
0 Favorites   0 Comments

Color spaces of #29c09d

RGB 41192157
HSL0.460.650.46
HSV166°79°75°
CMYK 0.790.000.18   0.25
XYZ25.849940.605038.3734
Yxy40.60500.24660.3873
Hunter Lab63.7221-39.10218.9010
CIE-Lab69.8983-46.30216.8294

#29c09d color RGB value is (41,192,157).

#29c09d hex color red value is 41, green value is 192 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #29c09d hue: 0.46 , saturation: 0.65 and the lightness value of 29c09d is 0.46.

The process color (four color CMYK) of #29c09d color hex is 0.79, 0.00, 0.18, 0.25. Web safe color of #29c09d is #33cc99. Color #29c09d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11000000 10011101
Octal 51 300 235
Decimal 41 192 157
Hex 29 C0 9D

RGB Percentages of Color #29c09d

%10.51
%49.23
%40.26

CMYK Percentages of Color #29c09d

%79
%0
%18
%25

Triadic Colors of #29c09d

#29c09d #9d29c0 #c09d29

Analogous Colors of #29c09d

#29c09d #2998c0 #29c052

Monochromatic Colors of #29c09d

#29c09d

Complementary Color

#29c09d #c0294c

#29c09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29c09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29c09d Color CSS Codes

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

#29c09d Text Font Color

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

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


#29c09d Background Color

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

This div background color is #29c09d


#29c09d Border Color

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

This div border color is #29c09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29c09d


Comments

No comments written yet.

Please login to write comment.