Color Hex Logo

#29adae Color Hex

#29ADAE
(41,173,174)
0 Favorites   0 Comments

Color spaces of #29adae

RGB 41173174
HSL0.500.620.42
HSV180°76°68°
CMYK 0.760.010.00   0.32
XYZ23.498033.414545.2556
Yxy33.41450.23000.3271
Hunter Lab57.8053-28.5985-5.9543
CIE-Lab64.4951-33.1513-10.4721

#29adae color RGB value is (41,173,174).

#29adae hex color red value is 41, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #29adae hue: 0.50 , saturation: 0.62 and the lightness value of 29adae is 0.42.

The process color (four color CMYK) of #29adae color hex is 0.76, 0.01, 0.00, 0.32. Web safe color of #29adae is #339999. Color #29adae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101101 10101110
Octal 51 255 256
Decimal 41 173 174
Hex 29 AD AE

RGB Percentages of Color #29adae

%10.57
%44.59
%44.85

CMYK Percentages of Color #29adae

%76
%1
%0
%32

Triadic Colors of #29adae

#29adae #ae29ad #adae29

Analogous Colors of #29adae

#29adae #296bae #29ae6d

Monochromatic Colors of #29adae

#29adae

Complementary Color

#29adae #ae2a29

#29adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#29adae Color CSS Codes

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

#29adae Text Font Color

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

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


#29adae Background Color

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

This div background color is #29adae


#29adae Border Color

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

This div border color is #29adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29adae


Comments

No comments written yet.

Please login to write comment.