Color Hex Logo

#956269 Color Hex

#956269
(149,98,105)
0 Favorites   0 Comments

Color spaces of #956269

RGB 14998105
HSL0.980.210.48
HSV352°34°58°
CMYK 0.000.340.30   0.42
XYZ19.311916.144815.4630
Yxy16.14480.37930.3171
Hunter Lab40.180615.47605.3094
CIE-Lab47.163921.68654.5576

#956269 color RGB value is (149,98,105).

#956269 hex color red value is 149, green value is 98 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #956269 hue: 0.98 , saturation: 0.21 and the lightness value of 956269 is 0.48.

The process color (four color CMYK) of #956269 color hex is 0.00, 0.34, 0.30, 0.42. Web safe color of #956269 is #996666. Color #956269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100010 01101001
Octal 225 142 151
Decimal 149 98 105
Hex 95 62 69

RGB Percentages of Color #956269

%42.33
%27.84
%29.83

CMYK Percentages of Color #956269

%0
%34
%30
%42

Triadic Colors of #956269

#956269 #699562 #626995

Analogous Colors of #956269

#956269 #957562 #956283

Monochromatic Colors of #956269

#956269

Complementary Color

#956269 #62958e

#956269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956269 Color CSS Codes

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

#956269 Text Font Color

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

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


#956269 Background Color

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

This div background color is #956269


#956269 Border Color

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

This div border color is #956269


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,98,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #956269; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #956269;
  -webkit-box-shadow: 1px 1px 3px 2px #956269;
  box-shadow:         1px 1px 3px 2px #956269; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,98,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956269


Comments

No comments written yet.

Please login to write comment.