Color Hex Logo

#29dffe Color Hex

#29DFFE
(41,223,254)
0 Favorites   0 Comments

Color spaces of #29dffe

RGB 41223254
HSL0.520.990.58
HSV189°84°100°
CMYK 0.840.120.00   0.00
XYZ45.191560.4025103.0429
Yxy60.40250.21660.2895
Hunter Lab77.7190-32.2155-24.2056
CIE-Lab82.0565-32.4073-27.2954

#29dffe color RGB value is (41,223,254).

#29dffe hex color red value is 41, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #29dffe hue: 0.52 , saturation: 0.99 and the lightness value of 29dffe is 0.58.

The process color (four color CMYK) of #29dffe color hex is 0.84, 0.12, 0.00, 0.00. Web safe color of #29dffe is #33ccff. Color #29dffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011111 11111110
Octal 51 337 376
Decimal 41 223 254
Hex 29 DF FE

RGB Percentages of Color #29dffe

%7.92
%43.05
%49.03

CMYK Percentages of Color #29dffe

%84
%12
%0
%0

Triadic Colors of #29dffe

#29dffe #fe29df #dffe29

Analogous Colors of #29dffe

#29dffe #2975fe #29feb3

Monochromatic Colors of #29dffe

#29dffe

Complementary Color

#29dffe #fe4829

#29dffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dffe Color CSS Codes

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

#29dffe Text Font Color

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

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


#29dffe Background Color

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

This div background color is #29dffe


#29dffe Border Color

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

This div border color is #29dffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dffe


Comments

No comments written yet.

Please login to write comment.