Color Hex Logo

#29859e Color Hex

#29859E
(41,133,158)
0 Favorites   0 Comments

Color spaces of #29859e

RGB 41133158
HSL0.540.590.39
HSV193°74°62°
CMYK 0.740.160.00   0.38
XYZ15.473519.715135.3376
Yxy19.71510.21940.2795
Hunter Lab44.4017-15.4977-16.1055
CIE-Lab51.5136-17.9916-21.0402

#29859e color RGB value is (41,133,158).

#29859e hex color red value is 41, green value is 133 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #29859e hue: 0.54 , saturation: 0.59 and the lightness value of 29859e is 0.39.

The process color (four color CMYK) of #29859e color hex is 0.74, 0.16, 0.00, 0.38. Web safe color of #29859e is #339999. Color #29859e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10000101 10011110
Octal 51 205 236
Decimal 41 133 158
Hex 29 85 9E

RGB Percentages of Color #29859e

%12.35
%40.06
%47.59

CMYK Percentages of Color #29859e

%74
%16
%0
%38

Triadic Colors of #29859e

#29859e #9e2985 #859e29

Analogous Colors of #29859e

#29859e #294b9e #299e7d

Monochromatic Colors of #29859e

#29859e

Complementary Color

#29859e #9e4229

#29859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#29859e Color CSS Codes

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

#29859e Text Font Color

<p style="color:#29859e">Text here</p>

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


#29859e Background Color

<div style="background-color:#29859e">
Div content here</div>

This div background color is #29859e


#29859e Border Color

<div style="border:3px solid #29859e">
Div here</div>

This div border color is #29859e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,133,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29859e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29859e;
  -webkit-box-shadow: 1px 1px 3px 2px #29859e;
  box-shadow:         1px 1px 3px 2px #29859e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29859e


Comments

No comments written yet.

Please login to write comment.