Color Hex Logo

#296358 Color Hex

#296358
(41,99,88)
0 Favorites   0 Comments

Color spaces of #296358

RGB 419988
HSL0.470.410.27
HSV169°59°39°
CMYK 0.590.000.11   0.61
XYZ7.137710.099710.8058
Yxy10.09970.25450.3601
Hunter Lab31.7800-15.52452.0863
CIE-Lab38.0208-21.89960.5425

#296358 color RGB value is (41,99,88).

#296358 hex color red value is 41, green value is 99 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #296358 hue: 0.47 , saturation: 0.41 and the lightness value of 296358 is 0.27.

The process color (four color CMYK) of #296358 color hex is 0.59, 0.00, 0.11, 0.61. Web safe color of #296358 is #336666. Color #296358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100011 01011000
Octal 51 143 130
Decimal 41 99 88
Hex 29 63 58

RGB Percentages of Color #296358

%17.98
%43.42
%38.60

CMYK Percentages of Color #296358

%59
%0
%11
%61

Triadic Colors of #296358

#296358 #582963 #635829

Analogous Colors of #296358

#296358 #295163 #29633b

Monochromatic Colors of #296358

#296358

Complementary Color

#296358 #632934

#296358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#296358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#296358 Color CSS Codes

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

#296358 Text Font Color

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

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


#296358 Background Color

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

This div background color is #296358


#296358 Border Color

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

This div border color is #296358


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,99,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #296358; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #296358;
  -webkit-box-shadow: 1px 1px 3px 2px #296358;
  box-shadow:         1px 1px 3px 2px #296358; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #296358


Comments

No comments written yet.

Please login to write comment.