Color Hex Logo

#29d1df Color Hex

#29D1DF
(41,209,223)
0 Favorites   0 Comments

Color spaces of #29d1df

RGB 41209223
HSL0.510.740.52
HSV185°82°87°
CMYK 0.820.060.00   0.13
XYZ37.034251.400177.7813
Yxy51.40010.22280.3092
Hunter Lab71.6939-33.2583-14.1385
CIE-Lab76.9207-35.3254-18.5785

#29d1df color RGB value is (41,209,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11010001 11011111
Octal 51 321 337
Decimal 41 209 223
Hex 29 D1 DF

RGB Percentages of Color #29d1df

%8.67
%44.19
%47.15

CMYK Percentages of Color #29d1df

%82
%6
%0
%13

Triadic Colors of #29d1df

#29d1df #df29d1 #d1df29

Analogous Colors of #29d1df

#29d1df #2976df #29df92

Monochromatic Colors of #29d1df

#29d1df

Complementary Color

#29d1df #df3729

#29d1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29d1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#29d1df Color CSS Codes

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

#29d1df Text Font Color

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

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


#29d1df Background Color

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

This div background color is #29d1df


#29d1df Border Color

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

This div border color is #29d1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29d1df


Comments

No comments written yet.

Please login to write comment.