Color Hex Logo

#88906c Color Hex

#88906C
(136,144,108)
0 Favorites   0 Comments

Color spaces of #88906c

RGB 136144108
HSL0.200.140.49
HSV73°25°56°
CMYK 0.060.000.25   0.44
XYZ22.833426.263518.0533
Yxy26.26350.34000.3911
Hunter Lab51.2479-10.153614.9872
CIE-Lab58.2863-9.376018.2057

#88906c color RGB value is (136,144,108).

#88906c hex color red value is 136, green value is 144 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #88906c hue: 0.20 , saturation: 0.14 and the lightness value of 88906c is 0.49.

The process color (four color CMYK) of #88906c color hex is 0.06, 0.00, 0.25, 0.44. Web safe color of #88906c is #999966. Color #88906c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010000 01101100
Octal 210 220 154
Decimal 136 144 108
Hex 88 90 6C

RGB Percentages of Color #88906c

%35.05
%37.11
%27.84

CMYK Percentages of Color #88906c

%6
%0
%25
%44

Triadic Colors of #88906c

#88906c #6c8890 #906c88

Analogous Colors of #88906c

#88906c #76906c #90866c

Monochromatic Colors of #88906c

#88906c

Complementary Color

#88906c #746c90

#88906c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88906c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88906c Color CSS Codes

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

#88906c Text Font Color

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

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


#88906c Background Color

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

This div background color is #88906c


#88906c Border Color

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

This div border color is #88906c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,144,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88906c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88906c;
  -webkit-box-shadow: 1px 1px 3px 2px #88906c;
  box-shadow:         1px 1px 3px 2px #88906c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,144,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88906c


Comments

No comments written yet.

Please login to write comment.