Color Hex Logo

#29bbfa Color Hex

#29BBFA
(41,187,250)
0 Favorites   0 Comments

Color spaces of #29bbfa

RGB 41187250
HSL0.550.950.57
HSV198°84°98°
CMYK 0.840.250.00   0.02
XYZ35.940142.914296.8315
Yxy42.91420.20460.2443
Hunter Lab65.5089-16.7103-41.7828
CIE-Lab71.4967-15.5782-41.4744

#29bbfa color RGB value is (41,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111011 11111010
Octal 51 273 372
Decimal 41 187 250
Hex 29 BB FA

RGB Percentages of Color #29bbfa

%8.58
%39.12
%52.30

CMYK Percentages of Color #29bbfa

%84
%25
%0
%2

Triadic Colors of #29bbfa

#29bbfa #fa29bb #bbfa29

Analogous Colors of #29bbfa

#29bbfa #2952fa #29fad1

Monochromatic Colors of #29bbfa

#29bbfa

Complementary Color

#29bbfa #fa6829

#29bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bbfa Color CSS Codes

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

#29bbfa Text Font Color

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

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


#29bbfa Background Color

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

This div background color is #29bbfa


#29bbfa Border Color

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

This div border color is #29bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.