Color Hex Logo

#29afda Color Hex

#29AFDA
(41,175,218)
0 Favorites   0 Comments

Color spaces of #29afda

RGB 41175218
HSL0.540.710.51
HSV195°81°85°
CMYK 0.810.200.00   0.15
XYZ28.899336.193371.7925
Yxy36.19330.21110.2644
Hunter Lab60.1609-19.5360-28.6406
CIE-Lab66.6674-20.1078-31.5450

#29afda color RGB value is (41,175,218).

#29afda hex color red value is 41, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #29afda hue: 0.54 , saturation: 0.71 and the lightness value of 29afda is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101111 11011010
Octal 51 257 332
Decimal 41 175 218
Hex 29 AF DA

RGB Percentages of Color #29afda

%9.45
%40.32
%50.23

CMYK Percentages of Color #29afda

%81
%20
%0
%15

Triadic Colors of #29afda

#29afda #da29af #afda29

Analogous Colors of #29afda

#29afda #2956da #29daad

Monochromatic Colors of #29afda

#29afda

Complementary Color

#29afda #da5429

#29afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#29afda Color CSS Codes

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

#29afda Text Font Color

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

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


#29afda Background Color

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

This div background color is #29afda


#29afda Border Color

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

This div border color is #29afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29afda


Comments

No comments written yet.

Please login to write comment.