Color Hex Logo

#29adbd Color Hex

#29ADBD
(41,173,189)
0 Favorites   0 Comments

Color spaces of #29adbd

RGB 41173189
HSL0.520.640.45
HSV186°78°74°
CMYK 0.780.080.00   0.26
XYZ25.043334.032753.3932
Yxy34.03270.22270.3026
Hunter Lab58.3376-25.4638-13.4286
CIE-Lab64.9885-28.5444-18.0792

#29adbd color RGB value is (41,173,189).

#29adbd hex color red value is 41, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #29adbd hue: 0.52 , saturation: 0.64 and the lightness value of 29adbd is 0.45.

The process color (four color CMYK) of #29adbd color hex is 0.78, 0.08, 0.00, 0.26. Web safe color of #29adbd is #3399cc. Color #29adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101101 10111101
Octal 51 255 275
Decimal 41 173 189
Hex 29 AD BD

RGB Percentages of Color #29adbd

%10.17
%42.93
%46.90

CMYK Percentages of Color #29adbd

%78
%8
%0
%26

Triadic Colors of #29adbd

#29adbd #bd29ad #adbd29

Analogous Colors of #29adbd

#29adbd #2963bd #29bd83

Monochromatic Colors of #29adbd

#29adbd

Complementary Color

#29adbd #bd3929

#29adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29adbd Color CSS Codes

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

#29adbd Text Font Color

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

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


#29adbd Background Color

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

This div background color is #29adbd


#29adbd Border Color

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

This div border color is #29adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29adbd


Comments

No comments written yet.

Please login to write comment.