Color Hex Logo

#29aabe Color Hex

#29AABE
(41,170,190)
0 Favorites   0 Comments

Color spaces of #29aabe

RGB 41170190
HSL0.520.650.45
HSV188°78°75°
CMYK 0.780.110.00   0.25
XYZ24.583432.938653.7773
Yxy32.93860.22090.2959
Hunter Lab57.3922-23.9775-15.3811
CIE-Lab64.1112-26.7370-19.9692

#29aabe color RGB value is (41,170,190).

#29aabe hex color red value is 41, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #29aabe hue: 0.52 , saturation: 0.65 and the lightness value of 29aabe is 0.45.

The process color (four color CMYK) of #29aabe color hex is 0.78, 0.11, 0.00, 0.25. Web safe color of #29aabe is #3399cc. Color #29aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101010 10111110
Octal 51 252 276
Decimal 41 170 190
Hex 29 AA BE

RGB Percentages of Color #29aabe

%10.22
%42.39
%47.38

CMYK Percentages of Color #29aabe

%78
%11
%0
%25

Triadic Colors of #29aabe

#29aabe #be29aa #aabe29

Analogous Colors of #29aabe

#29aabe #2960be #29be88

Monochromatic Colors of #29aabe

#29aabe

Complementary Color

#29aabe #be3d29

#29aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#29aabe Color CSS Codes

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

#29aabe Text Font Color

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

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


#29aabe Background Color

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

This div background color is #29aabe


#29aabe Border Color

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

This div border color is #29aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29aabe


Comments

No comments written yet.

Please login to write comment.