Color Hex Logo

#29faca Color Hex

#29FACA
(41,250,202)
0 Favorites   0 Comments

Color spaces of #29faca

RGB 41250202
HSL0.460.950.57
HSV166°84°98°
CMYK 0.840.000.19   0.02
XYZ45.760773.106967.5763
Yxy73.10690.24540.3921
Hunter Lab85.5026-54.096912.9924
CIE-Lab88.4987-58.54389.5718

#29faca color RGB value is (41,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111010 11001010
Octal 51 372 312
Decimal 41 250 202
Hex 29 FA CA

RGB Percentages of Color #29faca

%8.32
%50.71
%40.97

CMYK Percentages of Color #29faca

%84
%0
%19
%2

Triadic Colors of #29faca

#29faca #ca29fa #faca29

Analogous Colors of #29faca

#29faca #29c2fa #29fa62

Monochromatic Colors of #29faca

#29faca

Complementary Color

#29faca #fa2959

#29faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#29faca Color CSS Codes

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

#29faca Text Font Color

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

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


#29faca Background Color

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

This div background color is #29faca


#29faca Border Color

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

This div border color is #29faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29faca


Comments

No comments written yet.

Please login to write comment.