Color Hex Logo

#29abbd Color Hex

#29ABBD
(41,171,189)
0 Favorites   0 Comments

Color spaces of #29abbd

RGB 41171189
HSL0.520.640.45
HSV187°78°74°
CMYK 0.780.100.00   0.26
XYZ24.662733.271453.2663
Yxy33.27140.22180.2992
Hunter Lab57.6814-24.6215-14.3748
CIE-Lab64.3801-27.5539-19.0033

#29abbd color RGB value is (41,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101011 10111101
Octal 51 253 275
Decimal 41 171 189
Hex 29 AB BD

RGB Percentages of Color #29abbd

%10.22
%42.64
%47.13

CMYK Percentages of Color #29abbd

%78
%10
%0
%26

Triadic Colors of #29abbd

#29abbd #bd29ab #abbd29

Analogous Colors of #29abbd

#29abbd #2961bd #29bd85

Monochromatic Colors of #29abbd

#29abbd

Complementary Color

#29abbd #bd3b29

#29abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29abbd Color CSS Codes

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

#29abbd Text Font Color

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

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


#29abbd Background Color

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

This div background color is #29abbd


#29abbd Border Color

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

This div border color is #29abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29abbd


Comments

No comments written yet.

Please login to write comment.