Color Hex Logo

#29addd Color Hex

#29ADDD
(41,173,221)
0 Favorites   0 Comments

Color spaces of #29addd

RGB 41173221
HSL0.540.730.51
HSV196°81°87°
CMYK 0.810.220.00   0.13
XYZ28.909235.579073.7504
Yxy35.57900.20910.2574
Hunter Lab59.6481-17.8720-31.5539
CIE-Lab66.1970-18.0420-33.9243

#29addd color RGB value is (41,173,221).

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

The process color (four color CMYK) of #29addd color hex is 0.81, 0.22, 0.00, 0.13. Web safe color of #29addd is #3399cc. Color #29addd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101101 11011101
Octal 51 255 335
Decimal 41 173 221
Hex 29 AD DD

RGB Percentages of Color #29addd

%9.43
%39.77
%50.80

CMYK Percentages of Color #29addd

%81
%22
%0
%13

Triadic Colors of #29addd

#29addd #dd29ad #addd29

Analogous Colors of #29addd

#29addd #2953dd #29ddb3

Monochromatic Colors of #29addd

#29addd

Complementary Color

#29addd #dd5929

#29addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29addd Color CSS Codes

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

#29addd Text Font Color

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

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


#29addd Background Color

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

This div background color is #29addd


#29addd Border Color

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

This div border color is #29addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29addd

#29addd Color Palettes


Comments

No comments written yet.

Please login to write comment.