Color Hex Logo

#29adfa Color Hex

#29ADFA
(41,173,250)
0 Favorites   0 Comments

Color spaces of #29adfa

RGB 41173250
HSL0.560.950.57
HSV202°84°98°
CMYK 0.840.310.00   0.02
XYZ33.113337.260795.8893
Yxy37.26070.19920.2241
Hunter Lab61.0415-9.9915-50.4087
CIE-Lab67.4722-7.9704-47.7874

#29adfa color RGB value is (41,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101101 11111010
Octal 51 255 372
Decimal 41 173 250
Hex 29 AD FA

RGB Percentages of Color #29adfa

%8.84
%37.28
%53.88

CMYK Percentages of Color #29adfa

%84
%31
%0
%2

Triadic Colors of #29adfa

#29adfa #fa29ad #adfa29

Analogous Colors of #29adfa

#29adfa #2945fa #29fadf

Monochromatic Colors of #29adfa

#29adfa

Complementary Color

#29adfa #fa7629

#29adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#29adfa Color CSS Codes

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

#29adfa Text Font Color

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

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


#29adfa Background Color

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

This div background color is #29adfa


#29adfa Border Color

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

This div border color is #29adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29adfa


Comments

No comments written yet.

Please login to write comment.