Color Hex Logo

#88925e Color Hex

#88925E
(136,146,94)
0 Favorites   0 Comments

Color spaces of #88925e

RGB 13614694
HSL0.200.220.47
HSV72°36°57°
CMYK 0.070.000.36   0.43
XYZ22.452626.600214.5406
Yxy26.60020.35310.4183
Hunter Lab51.5754-12.549519.3872
CIE-Lab58.6024-12.476126.3967

#88925e color RGB value is (136,146,94).

#88925e hex color red value is 136, green value is 146 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #88925e hue: 0.20 , saturation: 0.22 and the lightness value of 88925e is 0.47.

The process color (four color CMYK) of #88925e color hex is 0.07, 0.00, 0.36, 0.43. Web safe color of #88925e is #999966. Color #88925e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010010 01011110
Octal 210 222 136
Decimal 136 146 94
Hex 88 92 5E

RGB Percentages of Color #88925e

%36.17
%38.83
%25.00

CMYK Percentages of Color #88925e

%7
%0
%36
%43

Triadic Colors of #88925e

#88925e #5e8892 #925e88

Analogous Colors of #88925e

#88925e #6e925e #92825e

Monochromatic Colors of #88925e

#88925e

Complementary Color

#88925e #685e92

#88925e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88925e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88925e Color CSS Codes

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

#88925e Text Font Color

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

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


#88925e Background Color

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

This div background color is #88925e


#88925e Border Color

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

This div border color is #88925e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,146,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88925e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88925e;
  -webkit-box-shadow: 1px 1px 3px 2px #88925e;
  box-shadow:         1px 1px 3px 2px #88925e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88925e


Comments

No comments written yet.

Please login to write comment.