Color Hex Logo

#888b64 Color Hex

#888B64
(136,139,100)
0 Favorites   0 Comments

Color spaces of #888b64

RGB 136139100
HSL0.180.160.47
HSV65°28°55°
CMYK 0.020.000.28   0.45
XYZ21.686224.619615.6657
Yxy24.61960.34990.3973
Hunter Lab49.6181-8.816216.0133
CIE-Lab56.7029-7.846020.5501

#888b64 color RGB value is (136,139,100).

#888b64 hex color red value is 136, green value is 139 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #888b64 hue: 0.18 , saturation: 0.16 and the lightness value of 888b64 is 0.47.

The process color (four color CMYK) of #888b64 color hex is 0.02, 0.00, 0.28, 0.45. Web safe color of #888b64 is #999966. Color #888b64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001011 01100100
Octal 210 213 144
Decimal 136 139 100
Hex 88 8B 64

RGB Percentages of Color #888b64

%36.27
%37.07
%26.67

CMYK Percentages of Color #888b64

%2
%0
%28
%45

Triadic Colors of #888b64

#888b64 #64888b #8b6488

Analogous Colors of #888b64

#888b64 #758b64 #8b7b64

Monochromatic Colors of #888b64

#888b64

Complementary Color

#888b64 #67648b

#888b64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888b64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888b64 Color CSS Codes

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

#888b64 Text Font Color

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

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


#888b64 Background Color

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

This div background color is #888b64


#888b64 Border Color

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

This div border color is #888b64


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,139,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #888b64; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #888b64;
  -webkit-box-shadow: 1px 1px 3px 2px #888b64;
  box-shadow:         1px 1px 3px 2px #888b64; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888b64


Comments

No comments written yet.

Please login to write comment.