Color Hex Logo

#29aabb Color Hex

#29AABB
(41,170,187)
0 Favorites   0 Comments

Color spaces of #29aabb

RGB 41170187
HSL0.520.640.45
HSV187°78°73°
CMYK 0.780.090.00   0.27
XYZ24.258832.808752.0679
Yxy32.80870.22230.3006
Hunter Lab57.2789-24.6396-13.8008
CIE-Lab64.0057-27.6908-18.4579

#29aabb color RGB value is (41,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101010 10111011
Octal 51 252 273
Decimal 41 170 187
Hex 29 AA BB

RGB Percentages of Color #29aabb

%10.30
%42.71
%46.98

CMYK Percentages of Color #29aabb

%78
%9
%0
%27

Triadic Colors of #29aabb

#29aabb #bb29aa #aabb29

Analogous Colors of #29aabb

#29aabb #2961bb #29bb83

Monochromatic Colors of #29aabb

#29aabb

Complementary Color

#29aabb #bb3a29

#29aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29aabb Color CSS Codes

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

#29aabb Text Font Color

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

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


#29aabb Background Color

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

This div background color is #29aabb


#29aabb Border Color

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

This div border color is #29aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29aabb


Comments

No comments written yet.

Please login to write comment.