Color Hex Logo

#29ceff Color Hex

#29CEFF
(41,206,255)
0 Favorites   0 Comments

Color spaces of #29ceff

RGB 41206255
HSL0.541.000.58
HSV194°84°100°
CMYK 0.840.190.00   0.00
XYZ41.035851.8340102.4499
Yxy51.83400.21010.2654
Hunter Lab71.9958-24.2522-33.9724
CIE-Lab77.1815-23.7432-35.3232

#29ceff color RGB value is (41,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001110 11111111
Octal 51 316 377
Decimal 41 206 255
Hex 29 CE FF

RGB Percentages of Color #29ceff

%8.17
%41.04
%50.80

CMYK Percentages of Color #29ceff

%84
%19
%0
%0

Triadic Colors of #29ceff

#29ceff #ff29ce #ceff29

Analogous Colors of #29ceff

#29ceff #2963ff #29ffc5

Monochromatic Colors of #29ceff

#29ceff

Complementary Color

#29ceff #ff5a29

#29ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ceff Color CSS Codes

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

#29ceff Text Font Color

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

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


#29ceff Background Color

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

This div background color is #29ceff


#29ceff Border Color

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

This div border color is #29ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ceff

Related Colors

#29ceff Color Palettes


Comments

No comments written yet.

Please login to write comment.