Color Hex Logo

#29666b Color Hex

#29666B
(41,102,107)
0 Favorites   0 Comments

Color spaces of #29666b

RGB 41102107
HSL0.510.450.29
HSV185°62°42°
CMYK 0.620.050.00   0.58
XYZ8.319711.035715.6015
Yxy11.03570.23800.3157
Hunter Lab33.2200-13.4311-4.5910
CIE-Lab39.6405-17.8264-8.7244

#29666b color RGB value is (41,102,107).

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

The process color (four color CMYK) of #29666b color hex is 0.62, 0.05, 0.00, 0.58. Web safe color of #29666b is #336666. Color #29666b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100110 01101011
Octal 51 146 153
Decimal 41 102 107
Hex 29 66 6B

RGB Percentages of Color #29666b

%16.40
%40.80
%42.80

CMYK Percentages of Color #29666b

%62
%5
%0
%58

Triadic Colors of #29666b

#29666b #6b2966 #666b29

Analogous Colors of #29666b

#29666b #29456b #296b4f

Monochromatic Colors of #29666b

#29666b

Complementary Color

#29666b #6b2e29

#29666b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29666b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29666b Color CSS Codes

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

#29666b Text Font Color

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

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


#29666b Background Color

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

This div background color is #29666b


#29666b Border Color

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

This div border color is #29666b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29666b


Comments

No comments written yet.

Please login to write comment.