Color Hex Logo

#8acb2e Color Hex

#8ACB2E
(138,203,46)
0 Favorites   0 Comments

Color spaces of #8acb2e

RGB 13820346
HSL0.240.630.49
HSV85°77°80°
CMYK 0.320.000.77   0.20
XYZ32.330348.312410.2060
Yxy48.31240.35590.5318
Hunter Lab69.5071-38.610639.9492
CIE-Lab75.0215-43.306166.0830

#8acb2e color RGB value is (138,203,46).

#8acb2e hex color red value is 138, green value is 203 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8acb2e hue: 0.24 , saturation: 0.63 and the lightness value of 8acb2e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001011 00101110
Octal 212 313 56
Decimal 138 203 46
Hex 8A CB 2E

RGB Percentages of Color #8acb2e

%35.66
%52.45
%11.89

CMYK Percentages of Color #8acb2e

%32
%0
%77
%20

Triadic Colors of #8acb2e

#8acb2e #2e8acb #cb2e8a

Analogous Colors of #8acb2e

#8acb2e #3ccb2e #cbbe2e

Monochromatic Colors of #8acb2e

#8acb2e

Complementary Color

#8acb2e #6f2ecb

#8acb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acb2e Color CSS Codes

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

#8acb2e Text Font Color

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

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


#8acb2e Background Color

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

This div background color is #8acb2e


#8acb2e Border Color

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

This div border color is #8acb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acb2e


Comments

No comments written yet.

Please login to write comment.