Color Hex Logo

#8acd3e Color Hex

#8ACD3E
(138,205,62)
0 Favorites   0 Comments

Color spaces of #8acd3e

RGB 13820562
HSL0.240.590.52
HSV88°70°80°
CMYK 0.330.000.70   0.20
XYZ33.182149.413712.3464
Yxy49.41370.34950.5205
Hunter Lab70.2949-38.756638.7929
CIE-Lab75.7080-43.226161.3139

#8acd3e color RGB value is (138,205,62).

#8acd3e hex color red value is 138, green value is 205 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8acd3e hue: 0.24 , saturation: 0.59 and the lightness value of 8acd3e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001101 00111110
Octal 212 315 76
Decimal 138 205 62
Hex 8A CD 3E

RGB Percentages of Color #8acd3e

%34.07
%50.62
%15.31

CMYK Percentages of Color #8acd3e

%33
%0
%70
%20

Triadic Colors of #8acd3e

#8acd3e #3e8acd #cd3e8a

Analogous Colors of #8acd3e

#8acd3e #43cd3e #cdc93e

Monochromatic Colors of #8acd3e

#8acd3e

Complementary Color

#8acd3e #813ecd

#8acd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acd3e Color CSS Codes

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

#8acd3e Text Font Color

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

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


#8acd3e Background Color

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

This div background color is #8acd3e


#8acd3e Border Color

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

This div border color is #8acd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acd3e


Comments

No comments written yet.

Please login to write comment.