Color Hex Logo

#29bafa Color Hex

#29BAFA
(41,186,250)
0 Favorites   0 Comments

Color spaces of #29bafa

RGB 41186250
HSL0.550.950.57
HSV198°84°98°
CMYK 0.840.260.00   0.02
XYZ35.728742.491496.7610
Yxy42.49140.20420.2428
Hunter Lab65.1854-16.2371-42.3800
CIE-Lab71.2084-15.0459-41.9248

#29bafa color RGB value is (41,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111010 11111010
Octal 51 272 372
Decimal 41 186 250
Hex 29 BA FA

RGB Percentages of Color #29bafa

%8.60
%38.99
%52.41

CMYK Percentages of Color #29bafa

%84
%26
%0
%2

Triadic Colors of #29bafa

#29bafa #fa29ba #bafa29

Analogous Colors of #29bafa

#29bafa #2951fa #29fad2

Monochromatic Colors of #29bafa

#29bafa

Complementary Color

#29bafa #fa6929

#29bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bafa Color CSS Codes

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

#29bafa Text Font Color

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

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


#29bafa Background Color

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

This div background color is #29bafa


#29bafa Border Color

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

This div border color is #29bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bafa

Related Colors


Comments

No comments written yet.

Please login to write comment.