Color Hex Logo

#29eeaa Color Hex

#29EEAA
(41,238,170)
0 Favorites   0 Comments

Color spaces of #29eeaa

RGB 41238170
HSL0.440.850.55
HSV159°83°93°
CMYK 0.830.000.29   0.07
XYZ38.744764.522848.4423
Yxy64.52280.25540.4253
Hunter Lab80.3261-54.472520.4722
CIE-Lab84.2372-61.324020.1418

#29eeaa color RGB value is (41,238,170).

#29eeaa hex color red value is 41, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #29eeaa hue: 0.44 , saturation: 0.85 and the lightness value of 29eeaa is 0.55.

The process color (four color CMYK) of #29eeaa color hex is 0.83, 0.00, 0.29, 0.07. Web safe color of #29eeaa is #33ff99. Color #29eeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101110 10101010
Octal 51 356 252
Decimal 41 238 170
Hex 29 EE AA

RGB Percentages of Color #29eeaa

%9.13
%53.01
%37.86

CMYK Percentages of Color #29eeaa

%83
%0
%29
%7

Triadic Colors of #29eeaa

#29eeaa #aa29ee #eeaa29

Analogous Colors of #29eeaa

#29eeaa #29d0ee #29ee48

Monochromatic Colors of #29eeaa

#29eeaa

Complementary Color

#29eeaa #ee296d

#29eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#29eeaa Color CSS Codes

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

#29eeaa Text Font Color

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

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


#29eeaa Background Color

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

This div background color is #29eeaa


#29eeaa Border Color

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

This div border color is #29eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29eeaa


Comments

No comments written yet.

Please login to write comment.