Color Hex Logo

#29dede Color Hex

#29DEDE
(41,222,222)
0 Favorites   0 Comments

Color spaces of #29dede

RGB 41222222
HSL0.500.730.52
HSV180°82°87°
CMYK 0.820.000.00   0.13
XYZ40.220557.987978.1802
Yxy57.98790.22800.3288
Hunter Lab76.1498-38.9827-7.5660
CIE-Lab80.7321-41.5669-12.3123

#29dede color RGB value is (41,222,222).

#29dede hex color red value is 41, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #29dede hue: 0.50 , saturation: 0.73 and the lightness value of 29dede is 0.52.

The process color (four color CMYK) of #29dede color hex is 0.82, 0.00, 0.00, 0.13. Web safe color of #29dede is #33cccc. Color #29dede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011110 11011110
Octal 51 336 336
Decimal 41 222 222
Hex 29 DE DE

RGB Percentages of Color #29dede

%8.45
%45.77
%45.77

CMYK Percentages of Color #29dede

%82
%0
%0
%13

Triadic Colors of #29dede

#29dede #de29de #dede29

Analogous Colors of #29dede

#29dede #2984de #29de84

Monochromatic Colors of #29dede

#29dede

Complementary Color

#29dede #de2929

#29dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dede Color CSS Codes

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

#29dede Text Font Color

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

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


#29dede Background Color

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

This div background color is #29dede


#29dede Border Color

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

This div border color is #29dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dede


Comments

No comments written yet.

Please login to write comment.