Color Hex Logo

#29aadb Color Hex

#29AADB
(41,170,219)
0 Favorites   0 Comments

Color spaces of #29aadb

RGB 41170219
HSL0.550.710.51
HSV197°81°86°
CMYK 0.810.220.00   0.14
XYZ28.075434.335372.1655
Yxy34.33530.20860.2551
Hunter Lab58.5963-17.0184-32.0024
CIE-Lab65.2278-17.1290-34.3279

#29aadb color RGB value is (41,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101010 11011011
Octal 51 252 333
Decimal 41 170 219
Hex 29 AA DB

RGB Percentages of Color #29aadb

%9.53
%39.53
%50.93

CMYK Percentages of Color #29aadb

%81
%22
%0
%14

Triadic Colors of #29aadb

#29aadb #db29aa #aadb29

Analogous Colors of #29aadb

#29aadb #2951db #29dbb3

Monochromatic Colors of #29aadb

#29aadb

Complementary Color

#29aadb #db5a29

#29aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29aadb Color CSS Codes

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

#29aadb Text Font Color

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

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


#29aadb Background Color

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

This div background color is #29aadb


#29aadb Border Color

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

This div border color is #29aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29aadb


Comments

No comments written yet.

Please login to write comment.