Color Hex Logo

#29fce9 Color Hex

#29FCE9
(41,252,233)
0 Favorites   0 Comments

Color spaces of #29fce9

RGB 41252233
HSL0.480.970.57
HSV175°84°99°
CMYK 0.840.000.08   0.01
XYZ50.432875.975489.0974
Yxy75.97540.23400.3525
Hunter Lab87.1639-49.25710.4095
CIE-Lab89.8479-51.4525-4.5711

#29fce9 color RGB value is (41,252,233).

#29fce9 hex color red value is 41, green value is 252 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #29fce9 hue: 0.48 , saturation: 0.97 and the lightness value of 29fce9 is 0.57.

The process color (four color CMYK) of #29fce9 color hex is 0.84, 0.00, 0.08, 0.01. Web safe color of #29fce9 is #33ffff. Color #29fce9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111100 11101001
Octal 51 374 351
Decimal 41 252 233
Hex 29 FC E9

RGB Percentages of Color #29fce9

%7.79
%47.91
%44.30

CMYK Percentages of Color #29fce9

%84
%0
%8
%1

Triadic Colors of #29fce9

#29fce9 #e929fc #fce929

Analogous Colors of #29fce9

#29fce9 #29a6fc #29fc80

Monochromatic Colors of #29fce9

#29fce9

Complementary Color

#29fce9 #fc293c

#29fce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29fce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29fce9 Color CSS Codes

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

#29fce9 Text Font Color

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

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


#29fce9 Background Color

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

This div background color is #29fce9


#29fce9 Border Color

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

This div border color is #29fce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29fce9


Comments

No comments written yet.

Please login to write comment.