Color Hex Logo

#29deca Color Hex

#29DECA
(41,222,202)
0 Favorites   0 Comments

Color spaces of #29deca

RGB 41222202
HSL0.480.730.52
HSV173°82°87°
CMYK 0.820.000.09   0.13
XYZ37.696456.978264.8882
Yxy56.97820.23620.3571
Hunter Lab75.4839-42.95461.8713
CIE-Lab80.1673-47.1555-2.4998

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011110 11001010
Octal 51 336 312
Decimal 41 222 202
Hex 29 DE CA

RGB Percentages of Color #29deca

%8.82
%47.74
%43.44

CMYK Percentages of Color #29deca

%82
%0
%9
%13

Triadic Colors of #29deca

#29deca #ca29de #deca29

Analogous Colors of #29deca

#29deca #2998de #29de70

Monochromatic Colors of #29deca

#29deca

Complementary Color

#29deca #de293d

#29deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#29deca Color CSS Codes

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

#29deca Text Font Color

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

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


#29deca Background Color

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

This div background color is #29deca


#29deca Border Color

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

This div border color is #29deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29deca


Comments

No comments written yet.

Please login to write comment.