Color Hex Logo

#29ecdd Color Hex

#29ECDD
(41,236,221)
0 Favorites   0 Comments

Color spaces of #29ecdd

RGB 41236221
HSL0.490.840.54
HSV175°83°93°
CMYK 0.830.000.06   0.07
XYZ43.961065.682878.7677
Yxy65.68280.23330.3486
Hunter Lab81.0449-45.0053-0.8926
CIE-Lab84.8344-47.9556-5.6869

#29ecdd color RGB value is (41,236,221).

#29ecdd hex color red value is 41, green value is 236 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #29ecdd hue: 0.49 , saturation: 0.84 and the lightness value of 29ecdd is 0.54.

The process color (four color CMYK) of #29ecdd color hex is 0.83, 0.00, 0.06, 0.07. Web safe color of #29ecdd is #33ffcc. Color #29ecdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101100 11011101
Octal 51 354 335
Decimal 41 236 221
Hex 29 EC DD

RGB Percentages of Color #29ecdd

%8.23
%47.39
%44.38

CMYK Percentages of Color #29ecdd

%83
%0
%6
%7

Triadic Colors of #29ecdd

#29ecdd #dd29ec #ecdd29

Analogous Colors of #29ecdd

#29ecdd #299aec #29ec7c

Monochromatic Colors of #29ecdd

#29ecdd

Complementary Color

#29ecdd #ec2938

#29ecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ecdd Color CSS Codes

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

#29ecdd Text Font Color

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

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


#29ecdd Background Color

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

This div background color is #29ecdd


#29ecdd Border Color

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

This div border color is #29ecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ecdd


Comments

No comments written yet.

Please login to write comment.