Color Hex Logo

#29abcb Color Hex

#29ABCB
(41,171,203)
0 Favorites   0 Comments

Color spaces of #29abcb

RGB 41171203
HSL0.530.660.48
HSV192°80°80°
CMYK 0.800.160.00   0.20
XYZ26.256933.909061.6611
Yxy33.90900.21550.2783
Hunter Lab58.2314-21.4183-22.0200
CIE-Lab64.8903-23.0245-26.0019

#29abcb color RGB value is (41,171,203).

#29abcb hex color red value is 41, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #29abcb hue: 0.53 , saturation: 0.66 and the lightness value of 29abcb is 0.48.

The process color (four color CMYK) of #29abcb color hex is 0.80, 0.16, 0.00, 0.20. Web safe color of #29abcb is #3399cc. Color #29abcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101011 11001011
Octal 51 253 313
Decimal 41 171 203
Hex 29 AB CB

RGB Percentages of Color #29abcb

%9.88
%41.20
%48.92

CMYK Percentages of Color #29abcb

%80
%16
%0
%20

Triadic Colors of #29abcb

#29abcb #cb29ab #abcb29

Analogous Colors of #29abcb

#29abcb #295acb #29cb9a

Monochromatic Colors of #29abcb

#29abcb

Complementary Color

#29abcb #cb4929

#29abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29abcb Color CSS Codes

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

#29abcb Text Font Color

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

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


#29abcb Background Color

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

This div background color is #29abcb


#29abcb Border Color

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

This div border color is #29abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29abcb


Comments

No comments written yet.

Please login to write comment.