Color Hex Logo

#29dadf Color Hex

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

Color spaces of #29dadf

RGB 41218223
HSL0.500.740.52
HSV182°82°87°
CMYK 0.820.020.00   0.13
XYZ39.305155.941978.5383
Yxy55.94190.22620.3219
Hunter Lab74.7943-37.0867-9.9019
CIE-Lab79.5807-39.4740-14.5704

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

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

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

Base Numbers

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

RGB Percentages of Color #29dadf

%8.51
%45.23
%46.27

CMYK Percentages of Color #29dadf

%82
%2
%0
%13

Triadic Colors of #29dadf

#29dadf #df29da #dadf29

Analogous Colors of #29dadf

#29dadf #297fdf #29df89

Monochromatic Colors of #29dadf

#29dadf

Complementary Color

#29dadf #df2e29

#29dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dadf Color CSS Codes

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

#29dadf Text Font Color

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

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


#29dadf Background Color

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

This div background color is #29dadf


#29dadf Border Color

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

This div border color is #29dadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,218,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 #29dadf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dadf


Comments

No comments written yet.

Please login to write comment.