Color Hex Logo

#29abdc Color Hex

#29ABDC
(41,171,220)
0 Favorites   0 Comments

Color spaces of #29abdc

RGB 41171220
HSL0.550.720.51
HSV196°81°86°
CMYK 0.810.220.00   0.14
XYZ28.395634.764572.9238
Yxy34.76450.20870.2555
Hunter Lab58.9614-17.2176-32.0572
CIE-Lab65.5649-17.3207-34.3554

#29abdc color RGB value is (41,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101011 11011100
Octal 51 253 334
Decimal 41 171 220
Hex 29 AB DC

RGB Percentages of Color #29abdc

%9.49
%39.58
%50.93

CMYK Percentages of Color #29abdc

%81
%22
%0
%14

Triadic Colors of #29abdc

#29abdc #dc29ab #abdc29

Analogous Colors of #29abdc

#29abdc #2951dc #29dcb4

Monochromatic Colors of #29abdc

#29abdc

Complementary Color

#29abdc #dc5a29

#29abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#29abdc Color CSS Codes

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

#29abdc Text Font Color

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

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


#29abdc Background Color

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

This div background color is #29abdc


#29abdc Border Color

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

This div border color is #29abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29abdc


Comments

No comments written yet.

Please login to write comment.