Color Hex Logo

#29bbff Color Hex

#29BBFF
(41,187,255)
0 Favorites   0 Comments

Color spaces of #29bbff

RGB 41187255
HSL0.551.000.58
HSV199°84°100°
CMYK 0.840.270.00   0.00
XYZ36.734843.2321101.0162
Yxy43.23210.20300.2389
Hunter Lab65.7511-15.3375-45.0639
CIE-Lab71.7122-13.8617-43.8345

#29bbff color RGB value is (41,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111011 11111111
Octal 51 273 377
Decimal 41 187 255
Hex 29 BB FF

RGB Percentages of Color #29bbff

%8.49
%38.72
%52.80

CMYK Percentages of Color #29bbff

%84
%27
%0
%0

Triadic Colors of #29bbff

#29bbff #ff29bb #bbff29

Analogous Colors of #29bbff

#29bbff #2950ff #29ffd8

Monochromatic Colors of #29bbff

#29bbff

Complementary Color

#29bbff #ff6d29

#29bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bbff Color CSS Codes

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

#29bbff Text Font Color

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

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


#29bbff Background Color

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

This div background color is #29bbff


#29bbff Border Color

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

This div border color is #29bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.