Color Hex Logo

#29aedb Color Hex

#29AEDB
(41,174,219)
0 Favorites   0 Comments

Color spaces of #29aedb

RGB 41174219
HSL0.540.710.51
HSV195°81°86°
CMYK 0.810.210.00   0.14
XYZ28.836735.858072.4193
Yxy35.85800.21030.2615
Hunter Lab59.8815-18.8338-29.7868
CIE-Lab66.4113-19.2470-32.4917

#29aedb color RGB value is (41,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101110 11011011
Octal 51 256 333
Decimal 41 174 219
Hex 29 AE DB

RGB Percentages of Color #29aedb

%9.45
%40.09
%50.46

CMYK Percentages of Color #29aedb

%81
%21
%0
%14

Triadic Colors of #29aedb

#29aedb #db29ae #aedb29

Analogous Colors of #29aedb

#29aedb #2955db #29dbaf

Monochromatic Colors of #29aedb

#29aedb

Complementary Color

#29aedb #db5629

#29aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29aedb Color CSS Codes

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

#29aedb Text Font Color

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

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


#29aedb Background Color

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

This div background color is #29aedb


#29aedb Border Color

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

This div border color is #29aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29aedb


Comments

No comments written yet.

Please login to write comment.