Color Hex Logo

#8ace2f Color Hex

#8ACE2F
(138,206,47)
0 Favorites   0 Comments

Color spaces of #8ace2f

RGB 13820647
HSL0.240.630.50
HSV86°77°81°
CMYK 0.330.000.77   0.19
XYZ33.065649.751110.5495
Yxy49.75110.35410.5329
Hunter Lab70.5345-39.756940.5064
CIE-Lab75.9162-44.536366.6175

#8ace2f color RGB value is (138,206,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001110 00101111
Octal 212 316 57
Decimal 138 206 47
Hex 8A CE 2F

RGB Percentages of Color #8ace2f

%35.29
%52.69
%12.02

CMYK Percentages of Color #8ace2f

%33
%0
%77
%19

Triadic Colors of #8ace2f

#8ace2f #2f8ace #ce2f8a

Analogous Colors of #8ace2f

#8ace2f #3ace2f #cec32f

Monochromatic Colors of #8ace2f

#8ace2f

Complementary Color

#8ace2f #732fce

#8ace2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ace2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ace2f Color CSS Codes

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

#8ace2f Text Font Color

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

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


#8ace2f Background Color

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

This div background color is #8ace2f


#8ace2f Border Color

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

This div border color is #8ace2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ace2f


Comments

No comments written yet.

Please login to write comment.