Color Hex Logo

#29acde Color Hex

#29ACDE
(41,172,222)
0 Favorites   0 Comments

Color spaces of #29acde

RGB 41172222
HSL0.550.730.52
HSV197°82°87°
CMYK 0.820.230.00   0.13
XYZ28.851835.250474.3906
Yxy35.25040.20830.2545
Hunter Lab59.3720-17.1591-32.7274
CIE-Lab65.9432-17.1706-34.8687

#29acde color RGB value is (41,172,222).

#29acde hex color red value is 41, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #29acde hue: 0.55 , saturation: 0.73 and the lightness value of 29acde is 0.52.

The process color (four color CMYK) of #29acde color hex is 0.82, 0.23, 0.00, 0.13. Web safe color of #29acde is #3399cc. Color #29acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101100 11011110
Octal 51 254 336
Decimal 41 172 222
Hex 29 AC DE

RGB Percentages of Color #29acde

%9.43
%39.54
%51.03

CMYK Percentages of Color #29acde

%82
%23
%0
%13

Triadic Colors of #29acde

#29acde #de29ac #acde29

Analogous Colors of #29acde

#29acde #2952de #29deb6

Monochromatic Colors of #29acde

#29acde

Complementary Color

#29acde #de5b29

#29acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#29acde Color CSS Codes

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

#29acde Text Font Color

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

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


#29acde Background Color

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

This div background color is #29acde


#29acde Border Color

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

This div border color is #29acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29acde


Comments

No comments written yet.

Please login to write comment.