Color Hex Logo

#29abd9 Color Hex

#29ABD9
(41,171,217)
0 Favorites   0 Comments

Color spaces of #29abd9

RGB 41171217
HSL0.540.700.51
HSV196°81°85°
CMYK 0.810.210.00   0.15
XYZ28.001734.607070.8496
Yxy34.60700.20980.2593
Hunter Lab58.8277-17.9834-30.2270
CIE-Lab65.4415-18.3417-32.8931

#29abd9 color RGB value is (41,171,217).

#29abd9 hex color red value is 41, green value is 171 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #29abd9 hue: 0.54 , saturation: 0.70 and the lightness value of 29abd9 is 0.51.

The process color (four color CMYK) of #29abd9 color hex is 0.81, 0.21, 0.00, 0.15. Web safe color of #29abd9 is #3399cc. Color #29abd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101011 11011001
Octal 51 253 331
Decimal 41 171 217
Hex 29 AB D9

RGB Percentages of Color #29abd9

%9.56
%39.86
%50.58

CMYK Percentages of Color #29abd9

%81
%21
%0
%15

Triadic Colors of #29abd9

#29abd9 #d929ab #abd929

Analogous Colors of #29abd9

#29abd9 #2953d9 #29d9af

Monochromatic Colors of #29abd9

#29abd9

Complementary Color

#29abd9 #d95729

#29abd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29abd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#29abd9 Color CSS Codes

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

#29abd9 Text Font Color

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

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


#29abd9 Background Color

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

This div background color is #29abd9


#29abd9 Border Color

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

This div border color is #29abd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29abd9


Comments

No comments written yet.

Please login to write comment.