Color Hex Logo

#29faae Color Hex

#29FAAE
(41,250,174)
0 Favorites   0 Comments

Color spaces of #29faae

RGB 41250174
HSL0.440.950.57
HSV158°84°98°
CMYK 0.840.000.30   0.02
XYZ42.740071.898651.6696
Yxy71.89860.25700.4323
Hunter Lab84.7930-58.414823.2261
CIE-Lab87.9198-64.868323.1731

#29faae color RGB value is (41,250,174).

#29faae hex color red value is 41, green value is 250 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #29faae hue: 0.44 , saturation: 0.95 and the lightness value of 29faae is 0.57.

The process color (four color CMYK) of #29faae color hex is 0.84, 0.00, 0.30, 0.02. Web safe color of #29faae is #33ff99. Color #29faae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111010 10101110
Octal 51 372 256
Decimal 41 250 174
Hex 29 FA AE

RGB Percentages of Color #29faae

%8.82
%53.76
%37.42

CMYK Percentages of Color #29faae

%84
%0
%30
%2

Triadic Colors of #29faae

#29faae #ae29fa #faae29

Analogous Colors of #29faae

#29faae #29defa #29fa46

Monochromatic Colors of #29faae

#29faae

Complementary Color

#29faae #fa2975

#29faae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29faae Color Preview on White Background

Lorem ipsum dolor sit amet.

#29faae Color CSS Codes

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

#29faae Text Font Color

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

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


#29faae Background Color

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

This div background color is #29faae


#29faae Border Color

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

This div border color is #29faae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29faae


Comments

No comments written yet.

Please login to write comment.