Color Hex Logo

#886958 Color Hex

#886958
(136,105,88)
0 Favorites   0 Comments

Color spaces of #886958

RGB 13610588
HSL0.060.210.44
HSV21°35°53°
CMYK 0.000.230.35   0.47
XYZ16.966416.042011.4347
Yxy16.04200.38180.3610
Hunter Lab40.05255.521611.1098
CIE-Lab47.02959.848214.3123

#886958 color RGB value is (136,105,88).

#886958 hex color red value is 136, green value is 105 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #886958 hue: 0.06 , saturation: 0.21 and the lightness value of 886958 is 0.44.

The process color (four color CMYK) of #886958 color hex is 0.00, 0.23, 0.35, 0.47. Web safe color of #886958 is #996666. Color #886958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101001 01011000
Octal 210 151 130
Decimal 136 105 88
Hex 88 69 58

RGB Percentages of Color #886958

%41.34
%31.91
%26.75

CMYK Percentages of Color #886958

%0
%23
%35
%47

Triadic Colors of #886958

#886958 #588869 #695888

Analogous Colors of #886958

#886958 #888158 #88585f

Monochromatic Colors of #886958

#886958

Complementary Color

#886958 #587788

#886958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886958 Color CSS Codes

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

#886958 Text Font Color

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

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


#886958 Background Color

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

This div background color is #886958


#886958 Border Color

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

This div border color is #886958


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,105,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 #886958">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886958


Comments

No comments written yet.

Please login to write comment.