Color Hex Logo

#29769a Color Hex

#29769A
(41,118,154)
0 Favorites   0 Comments

Color spaces of #29769a

RGB 41118154
HSL0.550.580.38
HSV199°73°60°
CMYK 0.730.230.00   0.40
XYZ13.225615.761432.9170
Yxy15.76140.21360.2546
Hunter Lab39.7006-10.0118-21.3687
CIE-Lab46.6599-10.9887-26.1959

#29769a color RGB value is (41,118,154).

#29769a hex color red value is 41, green value is 118 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #29769a hue: 0.55 , saturation: 0.58 and the lightness value of 29769a is 0.38.

The process color (four color CMYK) of #29769a color hex is 0.73, 0.23, 0.00, 0.40. Web safe color of #29769a is #336699. Color #29769a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110110 10011010
Octal 51 166 232
Decimal 41 118 154
Hex 29 76 9A

RGB Percentages of Color #29769a

%13.10
%37.70
%49.20

CMYK Percentages of Color #29769a

%73
%23
%0
%40

Triadic Colors of #29769a

#29769a #9a2976 #769a29

Analogous Colors of #29769a

#29769a #293e9a #299a86

Monochromatic Colors of #29769a

#29769a

Complementary Color

#29769a #9a4d29

#29769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29769a Color CSS Codes

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

#29769a Text Font Color

<p style="color:#29769a">Text here</p>

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


#29769a Background Color

<div style="background-color:#29769a">
Div content here</div>

This div background color is #29769a


#29769a Border Color

<div style="border:3px solid #29769a">
Div here</div>

This div border color is #29769a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,118,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29769a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29769a;
  -webkit-box-shadow: 1px 1px 3px 2px #29769a;
  box-shadow:         1px 1px 3px 2px #29769a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29769a


Comments

No comments written yet.

Please login to write comment.