Color Hex Logo

#29afcb Color Hex

#29AFCB
(41,175,203)
0 Favorites   0 Comments

Color spaces of #29afcb

RGB 41175203
HSL0.530.660.48
HSV190°80°80°
CMYK 0.800.140.00   0.20
XYZ27.023935.443261.9168
Yxy35.44320.21730.2850
Hunter Lab59.5342-23.1597-19.9889
CIE-Lab66.0923-25.0651-24.1579

#29afcb color RGB value is (41,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101111 11001011
Octal 51 257 313
Decimal 41 175 203
Hex 29 AF CB

RGB Percentages of Color #29afcb

%9.79
%41.77
%48.45

CMYK Percentages of Color #29afcb

%80
%14
%0
%20

Triadic Colors of #29afcb

#29afcb #cb29af #afcb29

Analogous Colors of #29afcb

#29afcb #295ecb #29cb96

Monochromatic Colors of #29afcb

#29afcb

Complementary Color

#29afcb #cb4529

#29afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29afcb Color CSS Codes

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

#29afcb Text Font Color

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

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


#29afcb Background Color

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

This div background color is #29afcb


#29afcb Border Color

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

This div border color is #29afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29afcb


Comments

No comments written yet.

Please login to write comment.