Color Hex Logo

#8acc88 Color Hex

#8ACC88
(138,204,136)
0 Favorites   0 Comments

Color spaces of #8acc88

RGB 138204136
HSL0.330.400.67
HSV118°33°80°
CMYK 0.320.000.33   0.20
XYZ36.518050.366631.0896
Yxy50.36660.30950.4269
Hunter Lab70.9694-32.347623.7054
CIE-Lab76.2937-34.327527.4284

#8acc88 color RGB value is (138,204,136).

#8acc88 hex color red value is 138, green value is 204 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #8acc88 hue: 0.33 , saturation: 0.40 and the lightness value of 8acc88 is 0.67.

The process color (four color CMYK) of #8acc88 color hex is 0.32, 0.00, 0.33, 0.20. Web safe color of #8acc88 is #99cc99. Color #8acc88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001100 10001000
Octal 212 314 210
Decimal 138 204 136
Hex 8A CC 88

RGB Percentages of Color #8acc88

%28.87
%42.68
%28.45

CMYK Percentages of Color #8acc88

%32
%0
%33
%20

Triadic Colors of #8acc88

#8acc88 #888acc #cc888a

Analogous Colors of #8acc88

#8acc88 #88cca8 #accc88

Monochromatic Colors of #8acc88

#8acc88

Complementary Color

#8acc88 #ca88cc

#8acc88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acc88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acc88 Color CSS Codes

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

#8acc88 Text Font Color

<p style="color:#8acc88">Text here</p>

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


#8acc88 Background Color

<div style="background-color:#8acc88">
Div content here</div>

This div background color is #8acc88


#8acc88 Border Color

<div style="border:3px solid #8acc88">
Div here</div>

This div border color is #8acc88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,204,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8acc88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8acc88;
  -webkit-box-shadow: 1px 1px 3px 2px #8acc88;
  box-shadow:         1px 1px 3px 2px #8acc88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acc88


Comments

No comments written yet.

Please login to write comment.