Color Hex Logo

#29adca Color Hex

#29ADCA
(41,173,202)
0 Favorites   0 Comments

Color spaces of #29adca

RGB 41173202
HSL0.530.660.48
HSV191°80°79°
CMYK 0.800.140.00   0.21
XYZ26.518734.622861.1623
Yxy34.62280.21680.2831
Hunter Lab58.8411-22.5251-20.4401
CIE-Lab65.4539-24.3754-24.5827

#29adca color RGB value is (41,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101101 11001010
Octal 51 255 312
Decimal 41 173 202
Hex 29 AD CA

RGB Percentages of Color #29adca

%9.86
%41.59
%48.56

CMYK Percentages of Color #29adca

%80
%14
%0
%21

Triadic Colors of #29adca

#29adca #ca29ad #adca29

Analogous Colors of #29adca

#29adca #295dca #29ca97

Monochromatic Colors of #29adca

#29adca

Complementary Color

#29adca #ca4629

#29adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#29adca Color CSS Codes

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

#29adca Text Font Color

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

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


#29adca Background Color

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

This div background color is #29adca


#29adca Border Color

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

This div border color is #29adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29adca


Comments

No comments written yet.

Please login to write comment.