Color Hex Logo

#29aeaa Color Hex

#29AEAA
(41,174,170)
0 Favorites   0 Comments

Color spaces of #29aeaa

RGB 41174170
HSL0.490.620.42
HSV178°76°68°
CMYK 0.760.000.02   0.32
XYZ23.306233.645843.2961
Yxy33.64580.23250.3356
Hunter Lab58.0050-29.7881-3.6518
CIE-Lab64.6804-34.8062-7.9665

#29aeaa color RGB value is (41,174,170).

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

The process color (four color CMYK) of #29aeaa color hex is 0.76, 0.00, 0.02, 0.32. Web safe color of #29aeaa is #339999. Color #29aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101110 10101010
Octal 51 256 252
Decimal 41 174 170
Hex 29 AE AA

RGB Percentages of Color #29aeaa

%10.65
%45.19
%44.16

CMYK Percentages of Color #29aeaa

%76
%0
%2
%32

Triadic Colors of #29aeaa

#29aeaa #aa29ae #aeaa29

Analogous Colors of #29aeaa

#29aeaa #2970ae #29ae68

Monochromatic Colors of #29aeaa

#29aeaa

Complementary Color

#29aeaa #ae292d

#29aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#29aeaa Color CSS Codes

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

#29aeaa Text Font Color

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

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


#29aeaa Background Color

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

This div background color is #29aeaa


#29aeaa Border Color

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

This div border color is #29aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29aeaa


Comments

No comments written yet.

Please login to write comment.