Color Hex Logo

#29cffe Color Hex

#29CFFE
(41,207,254)
0 Favorites   0 Comments

Color spaces of #29cffe

RGB 41207254
HSL0.540.990.58
HSV193°84°100°
CMYK 0.840.190.00   0.00
XYZ41.116752.2528101.6847
Yxy52.25280.21080.2679
Hunter Lab72.2861-24.9690-32.8028
CIE-Lab77.4318-24.5738-34.4025

#29cffe color RGB value is (41,207,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001111 11111110
Octal 51 317 376
Decimal 41 207 254
Hex 29 CF FE

RGB Percentages of Color #29cffe

%8.17
%41.24
%50.60

CMYK Percentages of Color #29cffe

%84
%19
%0
%0

Triadic Colors of #29cffe

#29cffe #fe29cf #cffe29

Analogous Colors of #29cffe

#29cffe #2965fe #29fec3

Monochromatic Colors of #29cffe

#29cffe

Complementary Color

#29cffe #fe5829

#29cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cffe Color CSS Codes

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

#29cffe Text Font Color

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

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


#29cffe Background Color

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

This div background color is #29cffe


#29cffe Border Color

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

This div border color is #29cffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cffe


Comments

No comments written yet.

Please login to write comment.