Color Hex Logo

#88914e Color Hex

#88914E
(136,145,78)
0 Favorites   0 Comments

Color spaces of #88914e

RGB 13614578
HSL0.190.300.44
HSV68°46°57°
CMYK 0.060.000.46   0.43
XYZ21.653926.035111.0917
Yxy26.03510.36840.4429
Hunter Lab51.0246-13.540922.8288
CIE-Lab58.0704-13.892034.3012

#88914e color RGB value is (136,145,78).

#88914e hex color red value is 136, green value is 145 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #88914e hue: 0.19 , saturation: 0.30 and the lightness value of 88914e is 0.44.

The process color (four color CMYK) of #88914e color hex is 0.06, 0.00, 0.46, 0.43. Web safe color of #88914e is #999966. Color #88914e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010001 01001110
Octal 210 221 116
Decimal 136 145 78
Hex 88 91 4E

RGB Percentages of Color #88914e

%37.88
%40.39
%21.73

CMYK Percentages of Color #88914e

%6
%0
%46
%43

Triadic Colors of #88914e

#88914e #4e8891 #914e88

Analogous Colors of #88914e

#88914e #67914e #91794e

Monochromatic Colors of #88914e

#88914e

Complementary Color

#88914e #574e91

#88914e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88914e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88914e Color CSS Codes

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

#88914e Text Font Color

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

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


#88914e Background Color

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

This div background color is #88914e


#88914e Border Color

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

This div border color is #88914e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88914e


Comments

No comments written yet.

Please login to write comment.