Color Hex Logo

#29cdfa Color Hex

#29CDFA
(41,205,250)
0 Favorites   0 Comments

Color spaces of #29cdfa

RGB 41205250
HSL0.540.950.57
HSV193°84°98°
CMYK 0.840.180.00   0.02
XYZ40.001151.036298.1852
Yxy51.03620.21140.2697
Hunter Lab71.4396-25.0721-31.4793
CIE-Lab76.7009-24.8752-33.3937

#29cdfa color RGB value is (41,205,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001101 11111010
Octal 51 315 372
Decimal 41 205 250
Hex 29 CD FA

RGB Percentages of Color #29cdfa

%8.27
%41.33
%50.40

CMYK Percentages of Color #29cdfa

%84
%18
%0
%2

Triadic Colors of #29cdfa

#29cdfa #fa29cd #cdfa29

Analogous Colors of #29cdfa

#29cdfa #2965fa #29fabf

Monochromatic Colors of #29cdfa

#29cdfa

Complementary Color

#29cdfa #fa5629

#29cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cdfa Color CSS Codes

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

#29cdfa Text Font Color

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

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


#29cdfa Background Color

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

This div background color is #29cdfa


#29cdfa Border Color

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

This div border color is #29cdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.