Color Hex Logo

#29addf Color Hex

#29ADDF
(41,173,223)
0 Favorites   0 Comments

Color spaces of #29addf

RGB 41173223
HSL0.550.740.52
HSV196°82°87°
CMYK 0.820.220.00   0.13
XYZ29.177335.686375.1624
Yxy35.68630.20840.2549
Hunter Lab59.7380-17.3584-32.7821
CIE-Lab66.2795-17.3615-34.8958

#29addf color RGB value is (41,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101101 11011111
Octal 51 255 337
Decimal 41 173 223
Hex 29 AD DF

RGB Percentages of Color #29addf

%9.38
%39.59
%51.03

CMYK Percentages of Color #29addf

%82
%22
%0
%13

Triadic Colors of #29addf

#29addf #df29ad #addf29

Analogous Colors of #29addf

#29addf #2952df #29dfb6

Monochromatic Colors of #29addf

#29addf

Complementary Color

#29addf #df5b29

#29addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#29addf Color CSS Codes

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

#29addf Text Font Color

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

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


#29addf Background Color

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

This div background color is #29addf


#29addf Border Color

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

This div border color is #29addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29addf


Comments

No comments written yet.

Please login to write comment.