Color Hex Logo

#29caaf Color Hex

#29CAAF
(41,202,175)
0 Favorites   0 Comments

Color spaces of #29caaf

RGB 41202175
HSL0.470.660.48
HSV170°80°79°
CMYK 0.800.000.13   0.21
XYZ29.772845.807647.8300
Yxy45.80760.24130.3712
Hunter Lab67.6813-39.92075.4770
CIE-Lab73.4205-45.86242.1384

#29caaf color RGB value is (41,202,175).

#29caaf hex color red value is 41, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #29caaf hue: 0.47 , saturation: 0.66 and the lightness value of 29caaf is 0.48.

The process color (four color CMYK) of #29caaf color hex is 0.80, 0.00, 0.13, 0.21. Web safe color of #29caaf is #33cc99. Color #29caaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001010 10101111
Octal 51 312 257
Decimal 41 202 175
Hex 29 CA AF

RGB Percentages of Color #29caaf

%9.81
%48.33
%41.87

CMYK Percentages of Color #29caaf

%80
%0
%13
%21

Triadic Colors of #29caaf

#29caaf #af29ca #caaf29

Analogous Colors of #29caaf

#29caaf #2995ca #29ca5f

Monochromatic Colors of #29caaf

#29caaf

Complementary Color

#29caaf #ca2944

#29caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#29caaf Color CSS Codes

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

#29caaf Text Font Color

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

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


#29caaf Background Color

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

This div background color is #29caaf


#29caaf Border Color

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

This div border color is #29caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29caaf


Comments

No comments written yet.

Please login to write comment.