Color Hex Logo

#88c820 Color Hex

#88C820
(136,200,32)
0 Favorites   0 Comments

Color spaces of #88c820

RGB 13620032
HSL0.230.720.45
HSV83°84°78°
CMYK 0.320.000.84   0.22
XYZ31.068346.64718.7328
Yxy46.64710.35940.5396
Hunter Lab68.2987-38.325140.2281
CIE-Lab73.9635-43.347268.8590

#88c820 color RGB value is (136,200,32).

#88c820 hex color red value is 136, green value is 200 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #88c820 hue: 0.23 , saturation: 0.72 and the lightness value of 88c820 is 0.45.

The process color (four color CMYK) of #88c820 color hex is 0.32, 0.00, 0.84, 0.22. Web safe color of #88c820 is #99cc33. Color #88c820 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001000 00100000
Octal 210 310 40
Decimal 136 200 32
Hex 88 C8 20

RGB Percentages of Color #88c820

%36.96
%54.35
%8.70

CMYK Percentages of Color #88c820

%32
%0
%84
%22

Triadic Colors of #88c820

#88c820 #2088c8 #c82088

Analogous Colors of #88c820

#88c820 #34c820 #c8b420

Monochromatic Colors of #88c820

#88c820

Complementary Color

#88c820 #6020c8

#88c820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88c820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88c820 Color CSS Codes

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

#88c820 Text Font Color

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

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


#88c820 Background Color

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

This div background color is #88c820


#88c820 Border Color

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

This div border color is #88c820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88c820


Comments

No comments written yet.

Please login to write comment.