Color Hex Logo

#29846b Color Hex

#29846B
(41,132,107)
0 Favorites   0 Comments

Color spaces of #29846b

RGB 41132107
HSL0.450.530.34
HSV164°69°52°
CMYK 0.690.000.19   0.48
XYZ11.819618.035516.7682
Yxy18.03550.25350.3868
Hunter Lab42.4682-24.63996.3176
CIE-Lab49.5391-32.92685.7959

#29846b color RGB value is (41,132,107).

#29846b hex color red value is 41, green value is 132 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #29846b hue: 0.45 , saturation: 0.53 and the lightness value of 29846b is 0.34.

The process color (four color CMYK) of #29846b color hex is 0.69, 0.00, 0.19, 0.48. Web safe color of #29846b is #339966. Color #29846b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000100 01101011
Octal 51 204 153
Decimal 41 132 107
Hex 29 84 6B

RGB Percentages of Color #29846b

%14.64
%47.14
%38.21

CMYK Percentages of Color #29846b

%69
%0
%19
%48

Triadic Colors of #29846b

#29846b #6b2984 #846b29

Analogous Colors of #29846b

#29846b #297084 #29843e

Monochromatic Colors of #29846b

#29846b

Complementary Color

#29846b #842942

#29846b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29846b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29846b Color CSS Codes

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

#29846b Text Font Color

<p style="color:#29846b">Text here</p>

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


#29846b Background Color

<div style="background-color:#29846b">
Div content here</div>

This div background color is #29846b


#29846b Border Color

<div style="border:3px solid #29846b">
Div here</div>

This div border color is #29846b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,132,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29846b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29846b;
  -webkit-box-shadow: 1px 1px 3px 2px #29846b;
  box-shadow:         1px 1px 3px 2px #29846b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29846b


Comments

No comments written yet.

Please login to write comment.