Color Hex Logo

#29ffe9 Color Hex

#29FFE9
(41,255,233)
0 Favorites   0 Comments

Color spaces of #29ffe9

RGB 41255233
HSL0.481.000.58
HSV174°84°100°
CMYK 0.840.000.09   0.00
XYZ51.382477.874689.4140
Yxy77.87460.23500.3561
Hunter Lab88.2466-50.49821.6983
CIE-Lab90.7226-52.6981-3.2842

#29ffe9 color RGB value is (41,255,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111111 11101001
Octal 51 377 351
Decimal 41 255 233
Hex 29 FF E9

RGB Percentages of Color #29ffe9

%7.75
%48.20
%44.05

CMYK Percentages of Color #29ffe9

%84
%0
%9
%0

Triadic Colors of #29ffe9

#29ffe9 #e929ff #ffe929

Analogous Colors of #29ffe9

#29ffe9 #29aaff #29ff7e

Monochromatic Colors of #29ffe9

#29ffe9

Complementary Color

#29ffe9 #ff293f

#29ffe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ffe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ffe9 Color CSS Codes

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

#29ffe9 Text Font Color

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

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


#29ffe9 Background Color

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

This div background color is #29ffe9


#29ffe9 Border Color

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

This div border color is #29ffe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ffe9

Related Colors


Comments

No comments written yet.

Please login to write comment.