Color Hex Logo

#29abda Color Hex

#29ABDA
(41,171,218)
0 Favorites   0 Comments

Color spaces of #29abda

RGB 41171218
HSL0.540.710.51
HSV196°81°85°
CMYK 0.810.220.00   0.15
XYZ28.132334.659271.5368
Yxy34.65920.20940.2580
Hunter Lab58.8721-17.7290-30.8342
CIE-Lab65.4825-18.0017-33.3810

#29abda color RGB value is (41,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101011 11011010
Octal 51 253 332
Decimal 41 171 218
Hex 29 AB DA

RGB Percentages of Color #29abda

%9.53
%39.77
%50.70

CMYK Percentages of Color #29abda

%81
%22
%0
%15

Triadic Colors of #29abda

#29abda #da29ab #abda29

Analogous Colors of #29abda

#29abda #2953da #29dab1

Monochromatic Colors of #29abda

#29abda

Complementary Color

#29abda #da5829

#29abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#29abda Color CSS Codes

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

#29abda Text Font Color

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

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


#29abda Background Color

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

This div background color is #29abda


#29abda Border Color

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

This div border color is #29abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29abda


Comments

No comments written yet.

Please login to write comment.