Color Hex Logo

#29faed Color Hex

#29FAED
(41,250,237)
0 Favorites   0 Comments

Color spaces of #29faed

RGB 41250237
HSL0.490.950.57
HSV176°84°98°
CMYK 0.840.000.05   0.02
XYZ50.386174.957191.9333
Yxy74.95710.23190.3450
Hunter Lab86.5778-47.6286-2.3531
CIE-Lab89.3729-49.5299-7.3541

#29faed color RGB value is (41,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111010 11101101
Octal 51 372 355
Decimal 41 250 237
Hex 29 FA ED

RGB Percentages of Color #29faed

%7.77
%47.35
%44.89

CMYK Percentages of Color #29faed

%84
%0
%5
%2

Triadic Colors of #29faed

#29faed #ed29fa #faed29

Analogous Colors of #29faed

#29faed #299ffa #29fa85

Monochromatic Colors of #29faed

#29faed

Complementary Color

#29faed #fa2936

#29faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#29faed Color CSS Codes

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

#29faed Text Font Color

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

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


#29faed Background Color

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

This div background color is #29faed


#29faed Border Color

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

This div border color is #29faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29faed


Comments

No comments written yet.

Please login to write comment.