Color Hex Logo

#29dfda Color Hex

#29DFDA
(41,223,218)
0 Favorites   0 Comments

Color spaces of #29dfda

RGB 41223218
HSL0.500.740.52
HSV178°82°87°
CMYK 0.820.000.02   0.13
XYZ39.957058.308775.4784
Yxy58.30870.23000.3356
Hunter Lab76.3601-40.2265-5.1533
CIE-Lab80.9101-43.1559-9.9181

#29dfda color RGB value is (41,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011111 11011010
Octal 51 337 332
Decimal 41 223 218
Hex 29 DF DA

RGB Percentages of Color #29dfda

%8.51
%46.27
%45.23

CMYK Percentages of Color #29dfda

%82
%0
%2
%13

Triadic Colors of #29dfda

#29dfda #da29df #dfda29

Analogous Colors of #29dfda

#29dfda #2989df #29df7f

Monochromatic Colors of #29dfda

#29dfda

Complementary Color

#29dfda #df292e

#29dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dfda Color CSS Codes

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

#29dfda Text Font Color

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

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


#29dfda Background Color

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

This div background color is #29dfda


#29dfda Border Color

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

This div border color is #29dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dfda


Comments

No comments written yet.

Please login to write comment.