Color Hex Logo

#29abff Color Hex

#29ABFF
(41,171,255)
0 Favorites   0 Comments

Color spaces of #29abff

RGB 41171255
HSL0.571.000.58
HSV204°84°100°
CMYK 0.840.330.00   0.00
XYZ33.527436.817299.9471
Yxy36.81720.19690.2162
Hunter Lab60.6772-7.5542-55.1881
CIE-Lab67.1397-5.0767-51.0276

#29abff color RGB value is (41,171,255).

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

The process color (four color CMYK) of #29abff color hex is 0.84, 0.33, 0.00, 0.00. Web safe color of #29abff is #3399ff. Color #29abff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101011 11111111
Octal 51 253 377
Decimal 41 171 255
Hex 29 AB FF

RGB Percentages of Color #29abff

%8.78
%36.62
%54.60

CMYK Percentages of Color #29abff

%84
%33
%0
%0

Triadic Colors of #29abff

#29abff #ff29ab #abff29

Analogous Colors of #29abff

#29abff #2940ff #29ffe8

Monochromatic Colors of #29abff

#29abff

Complementary Color

#29abff #ff7d29

#29abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#29abff Color CSS Codes

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

#29abff Text Font Color

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

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


#29abff Background Color

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

This div background color is #29abff


#29abff Border Color

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

This div border color is #29abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29abff

Related Colors


Comments

No comments written yet.

Please login to write comment.