Color Hex Logo

#8ac480 Color Hex

#8AC480
(138,196,128)
0 Favorites   0 Comments

Color spaces of #8ac480

RGB 138196128
HSL0.310.370.64
HSV111°35°77°
CMYK 0.300.000.35   0.23
XYZ34.117446.441627.5880
Yxy46.44160.31550.4294
Hunter Lab68.1481-29.895523.7016
CIE-Lab73.8312-31.859228.3251

#8ac480 color RGB value is (138,196,128).

#8ac480 hex color red value is 138, green value is 196 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #8ac480 hue: 0.31 , saturation: 0.37 and the lightness value of 8ac480 is 0.64.

The process color (four color CMYK) of #8ac480 color hex is 0.30, 0.00, 0.35, 0.23. Web safe color of #8ac480 is #99cc99. Color #8ac480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11000100 10000000
Octal 212 304 200
Decimal 138 196 128
Hex 8A C4 80

RGB Percentages of Color #8ac480

%29.87
%42.42
%27.71

CMYK Percentages of Color #8ac480

%30
%0
%35
%23

Triadic Colors of #8ac480

#8ac480 #808ac4 #c4808a

Analogous Colors of #8ac480

#8ac480 #80c498 #acc480

Monochromatic Colors of #8ac480

#8ac480

Complementary Color

#8ac480 #ba80c4

#8ac480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ac480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ac480 Color CSS Codes

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

#8ac480 Text Font Color

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

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


#8ac480 Background Color

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

This div background color is #8ac480


#8ac480 Border Color

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

This div border color is #8ac480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ac480


Comments

No comments written yet.

Please login to write comment.