Color Hex Logo

#88b95d Color Hex

#88B95D
(136,185,93)
0 Favorites   0 Comments

Color spaces of #88b95d

RGB 13618593
HSL0.260.400.55
HSV92°50°73°
CMYK 0.260.000.50   0.27
XYZ29.478140.722516.6625
Yxy40.72250.33940.4688
Hunter Lab63.8142-29.219229.1887
CIE-Lab69.9811-32.161341.2663

#88b95d color RGB value is (136,185,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111001 01011101
Octal 210 271 135
Decimal 136 185 93
Hex 88 B9 5D

RGB Percentages of Color #88b95d

%32.85
%44.69
%22.46

CMYK Percentages of Color #88b95d

%26
%0
%50
%27

Triadic Colors of #88b95d

#88b95d #5d88b9 #b95d88

Analogous Colors of #88b95d

#88b95d #5db960 #b6b95d

Monochromatic Colors of #88b95d

#88b95d

Complementary Color

#88b95d #8e5db9

#88b95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88b95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88b95d Color CSS Codes

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

#88b95d Text Font Color

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

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


#88b95d Background Color

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

This div background color is #88b95d


#88b95d Border Color

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

This div border color is #88b95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88b95d


Comments

No comments written yet.

Please login to write comment.