Color Hex Logo

#88b99e Color Hex

#88B99E
(136,185,158)
0 Favorites   0 Comments

Color spaces of #88b99e

RGB 136185158
HSL0.410.260.63
HSV147°26°73°
CMYK 0.260.000.15   0.27
XYZ33.673942.400838.7571
Yxy42.40080.29320.3692
Hunter Lab65.1159-21.643710.2916
CIE-Lab71.1464-21.83328.5120

#88b99e color RGB value is (136,185,158).

#88b99e hex color red value is 136, green value is 185 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #88b99e hue: 0.41 , saturation: 0.26 and the lightness value of 88b99e is 0.63.

The process color (four color CMYK) of #88b99e color hex is 0.26, 0.00, 0.15, 0.27. Web safe color of #88b99e is #99cc99. Color #88b99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111001 10011110
Octal 210 271 236
Decimal 136 185 158
Hex 88 B9 9E

RGB Percentages of Color #88b99e

%28.39
%38.62
%32.99

CMYK Percentages of Color #88b99e

%26
%0
%15
%27

Triadic Colors of #88b99e

#88b99e #9e88b9 #b99e88

Analogous Colors of #88b99e

#88b99e #88b9b7 #8bb988

Monochromatic Colors of #88b99e

#88b99e

Complementary Color

#88b99e #b988a3

#88b99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88b99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88b99e Color CSS Codes

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

#88b99e Text Font Color

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

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


#88b99e Background Color

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

This div background color is #88b99e


#88b99e Border Color

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

This div border color is #88b99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88b99e


Comments

No comments written yet.

Please login to write comment.