Color Hex Logo

#29dcfa Color Hex

#29DCFA
(41,220,250)
0 Favorites   0 Comments

Color spaces of #29dcfa

RGB 41220250
HSL0.520.950.57
HSV189°84°98°
CMYK 0.840.120.00   0.02
XYZ43.763058.559999.4391
Yxy58.55990.21690.2902
Hunter Lab76.5244-31.8367-23.4768
CIE-Lab81.0491-32.2211-26.7160

#29dcfa color RGB value is (41,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011100 11111010
Octal 51 334 372
Decimal 41 220 250
Hex 29 DC FA

RGB Percentages of Color #29dcfa

%8.02
%43.05
%48.92

CMYK Percentages of Color #29dcfa

%84
%12
%0
%2

Triadic Colors of #29dcfa

#29dcfa #fa29dc #dcfa29

Analogous Colors of #29dcfa

#29dcfa #2974fa #29fab0

Monochromatic Colors of #29dcfa

#29dcfa

Complementary Color

#29dcfa #fa4729

#29dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#29dcfa Color CSS Codes

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

#29dcfa Text Font Color

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

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


#29dcfa Background Color

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

This div background color is #29dcfa


#29dcfa Border Color

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

This div border color is #29dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29dcfa


Comments

No comments written yet.

Please login to write comment.