Color Hex Logo

#29afaa Color Hex

#29AFAA
(41,175,170)
0 Favorites   0 Comments

Color spaces of #29afaa

RGB 41175170
HSL0.490.620.42
HSV178°77°69°
CMYK 0.770.000.03   0.31
XYZ23.500134.033643.3608
Yxy34.03360.23290.3373
Hunter Lab58.3383-30.1879-3.2313
CIE-Lab64.9892-35.2717-7.5073

#29afaa color RGB value is (41,175,170).

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

The process color (four color CMYK) of #29afaa color hex is 0.77, 0.00, 0.03, 0.31. Web safe color of #29afaa is #339999. Color #29afaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101111 10101010
Octal 51 257 252
Decimal 41 175 170
Hex 29 AF AA

RGB Percentages of Color #29afaa

%10.62
%45.34
%44.04

CMYK Percentages of Color #29afaa

%77
%0
%3
%31

Triadic Colors of #29afaa

#29afaa #aa29af #afaa29

Analogous Colors of #29afaa

#29afaa #2971af #29af67

Monochromatic Colors of #29afaa

#29afaa

Complementary Color

#29afaa #af292e

#29afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#29afaa Color CSS Codes

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

#29afaa Text Font Color

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

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


#29afaa Background Color

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

This div background color is #29afaa


#29afaa Border Color

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

This div border color is #29afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29afaa


Comments

No comments written yet.

Please login to write comment.