Color Hex Logo

#29affa Color Hex

#29AFFA
(41,175,250)
0 Favorites   0 Comments

Color spaces of #29affa

RGB 41175250
HSL0.560.950.57
HSV202°84°98°
CMYK 0.840.300.00   0.02
XYZ33.499738.033596.0181
Yxy38.03350.19990.2270
Hunter Lab61.6713-10.9640-49.1407
CIE-Lab68.0453-9.0777-46.8851

#29affa color RGB value is (41,175,250).

#29affa hex color red value is 41, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #29affa hue: 0.56 , saturation: 0.95 and the lightness value of 29affa is 0.57.

The process color (four color CMYK) of #29affa color hex is 0.84, 0.30, 0.00, 0.02. Web safe color of #29affa is #3399ff. Color #29affa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101111 11111010
Octal 51 257 372
Decimal 41 175 250
Hex 29 AF FA

RGB Percentages of Color #29affa

%8.80
%37.55
%53.65

CMYK Percentages of Color #29affa

%84
%30
%0
%2

Triadic Colors of #29affa

#29affa #fa29af #affa29

Analogous Colors of #29affa

#29affa #2946fa #29fadd

Monochromatic Colors of #29affa

#29affa

Complementary Color

#29affa #fa7429

#29affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#29affa Color CSS Codes

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

#29affa Text Font Color

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

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


#29affa Background Color

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

This div background color is #29affa


#29affa Border Color

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

This div border color is #29affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29affa


Comments

No comments written yet.

Please login to write comment.