Color Hex Logo

#29aeda Color Hex

#29AEDA
(41,174,218)
0 Favorites   0 Comments

Color spaces of #29aeda

RGB 41174218
HSL0.540.710.51
HSV195°81°85°
CMYK 0.810.200.00   0.15
XYZ28.705435.805571.7279
Yxy35.80550.21070.2628
Hunter Lab59.8377-19.0858-29.1850
CIE-Lab66.3710-19.5843-32.0037

#29aeda color RGB value is (41,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101110 11011010
Octal 51 256 332
Decimal 41 174 218
Hex 29 AE DA

RGB Percentages of Color #29aeda

%9.47
%40.18
%50.35

CMYK Percentages of Color #29aeda

%81
%20
%0
%15

Triadic Colors of #29aeda

#29aeda #da29ae #aeda29

Analogous Colors of #29aeda

#29aeda #2956da #29daae

Monochromatic Colors of #29aeda

#29aeda

Complementary Color

#29aeda #da5529

#29aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#29aeda Color CSS Codes

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

#29aeda Text Font Color

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

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


#29aeda Background Color

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

This div background color is #29aeda


#29aeda Border Color

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

This div border color is #29aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29aeda


Comments

No comments written yet.

Please login to write comment.