Color Hex Logo

#29667d Color Hex

#29667D
(41,102,125)
0 Favorites   0 Comments

Color spaces of #29667d

RGB 41102125
HSL0.550.510.33
HSV196°67°49°
CMYK 0.670.180.00   0.51
XYZ9.367511.454821.1193
Yxy11.45480.22330.2731
Hunter Lab33.8449-9.8240-13.3056
CIE-Lab40.3361-11.8709-18.6406

#29667d color RGB value is (41,102,125).

#29667d hex color red value is 41, green value is 102 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #29667d hue: 0.55 , saturation: 0.51 and the lightness value of 29667d is 0.33.

The process color (four color CMYK) of #29667d color hex is 0.67, 0.18, 0.00, 0.51. Web safe color of #29667d is #336666. Color #29667d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100110 01111101
Octal 51 146 175
Decimal 41 102 125
Hex 29 66 7D

RGB Percentages of Color #29667d

%15.30
%38.06
%46.64

CMYK Percentages of Color #29667d

%67
%18
%0
%51

Triadic Colors of #29667d

#29667d #7d2966 #667d29

Analogous Colors of #29667d

#29667d #293c7d #297d6a

Monochromatic Colors of #29667d

#29667d

Complementary Color

#29667d #7d4029

#29667d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29667d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29667d Color CSS Codes

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

#29667d Text Font Color

<p style="color:#29667d">Text here</p>

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


#29667d Background Color

<div style="background-color:#29667d">
Div content here</div>

This div background color is #29667d


#29667d Border Color

<div style="border:3px solid #29667d">
Div here</div>

This div border color is #29667d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29667d


Comments

No comments written yet.

Please login to write comment.