Color Hex Logo

#29bbfb Color Hex

#29BBFB
(41,187,251)
0 Favorites   0 Comments

Color spaces of #29bbfb

RGB 41187251
HSL0.550.960.57
HSV198°84°98°
CMYK 0.840.250.00   0.02
XYZ36.097442.977197.6597
Yxy42.97710.20420.2432
Hunter Lab65.5569-16.4377-42.4341
CIE-Lab71.5394-15.2357-41.9475

#29bbfb color RGB value is (41,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111011 11111011
Octal 51 273 373
Decimal 41 187 251
Hex 29 BB FB

RGB Percentages of Color #29bbfb

%8.56
%39.04
%52.40

CMYK Percentages of Color #29bbfb

%84
%25
%0
%2

Triadic Colors of #29bbfb

#29bbfb #fb29bb #bbfb29

Analogous Colors of #29bbfb

#29bbfb #2952fb #29fbd2

Monochromatic Colors of #29bbfb

#29bbfb

Complementary Color

#29bbfb #fb6929

#29bbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bbfb Color CSS Codes

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

#29bbfb Text Font Color

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

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


#29bbfb Background Color

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

This div background color is #29bbfb


#29bbfb Border Color

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

This div border color is #29bbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.