Color Hex Logo

#29866b Color Hex

#29866B
(41,134,107)
0 Favorites   0 Comments

Color spaces of #29866b

RGB 41134107
HSL0.450.530.34
HSV163°69°53°
CMYK 0.690.000.20   0.47
XYZ12.093418.583116.8594
Yxy18.58310.25440.3909
Hunter Lab43.1081-25.36346.9876
CIE-Lab50.1958-33.84506.7341

#29866b color RGB value is (41,134,107).

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

The process color (four color CMYK) of #29866b color hex is 0.69, 0.00, 0.20, 0.47. Web safe color of #29866b is #339966. Color #29866b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000110 01101011
Octal 51 206 153
Decimal 41 134 107
Hex 29 86 6B

RGB Percentages of Color #29866b

%14.54
%47.52
%37.94

CMYK Percentages of Color #29866b

%69
%0
%20
%47

Triadic Colors of #29866b

#29866b #6b2986 #866b29

Analogous Colors of #29866b

#29866b #297386 #29863d

Monochromatic Colors of #29866b

#29866b

Complementary Color

#29866b #862944

#29866b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29866b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29866b Color CSS Codes

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

#29866b Text Font Color

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

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


#29866b Background Color

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

This div background color is #29866b


#29866b Border Color

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

This div border color is #29866b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29866b


Comments

No comments written yet.

Please login to write comment.