Color Hex Logo

#88b664 Color Hex

#88B664
(136,182,100)
0 Favorites   0 Comments

Color spaces of #88b664

RGB 136182100
HSL0.260.360.55
HSV94°45°71°
CMYK 0.250.000.45   0.29
XYZ29.181539.610218.1641
Yxy39.61020.33560.4555
Hunter Lab62.9366-27.375026.9440
CIE-Lab69.1910-29.894736.7826

#88b664 color RGB value is (136,182,100).

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

The process color (four color CMYK) of #88b664 color hex is 0.25, 0.00, 0.45, 0.29. Web safe color of #88b664 is #99cc66. Color #88b664 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10110110 01100100
Octal 210 266 144
Decimal 136 182 100
Hex 88 B6 64

RGB Percentages of Color #88b664

%32.54
%43.54
%23.92

CMYK Percentages of Color #88b664

%25
%0
%45
%29

Triadic Colors of #88b664

#88b664 #6488b6 #b66488

Analogous Colors of #88b664

#88b664 #64b669 #b1b664

Monochromatic Colors of #88b664

#88b664

Complementary Color

#88b664 #9264b6

#88b664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88b664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88b664 Color CSS Codes

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

#88b664 Text Font Color

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

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


#88b664 Background Color

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

This div background color is #88b664


#88b664 Border Color

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

This div border color is #88b664


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,182,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 #88b664">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88b664


Comments

No comments written yet.

Please login to write comment.