Color Hex Logo

#acef0d Color Hex

#ACEF0D
(172,239,13)
0 Favorites   0 Comments

Color spaces of #acef0d

RGB 17223913
HSL0.220.900.49
HSV78°95°94°
CMYK 0.280.000.95   0.06
XYZ47.952470.532711.4676
Yxy70.53270.36900.5428
Hunter Lab83.9837-45.053050.6928
CIE-Lab87.2575-47.034883.5804

#acef0d color RGB value is (172,239,13).

#acef0d hex color red value is 172, green value is 239 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #acef0d hue: 0.22 , saturation: 0.90 and the lightness value of acef0d is 0.49.

The process color (four color CMYK) of #acef0d color hex is 0.28, 0.00, 0.95, 0.06. Web safe color of #acef0d is #99ff00. Color #acef0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 00001101
Octal 254 357 15
Decimal 172 239 13
Hex AC EF D

RGB Percentages of Color #acef0d

%40.57
%56.37
%3.07

CMYK Percentages of Color #acef0d

%28
%0
%95
%6

Triadic Colors of #acef0d

#acef0d #0dacef #ef0dac

Analogous Colors of #acef0d

#acef0d #3bef0d #efc10d

Monochromatic Colors of #acef0d

#acef0d

Complementary Color

#acef0d #500def

#acef0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acef0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acef0d Color CSS Codes

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

#acef0d Text Font Color

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

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


#acef0d Background Color

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

This div background color is #acef0d


#acef0d Border Color

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

This div border color is #acef0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,239,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acef0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acef0d;
  -webkit-box-shadow: 1px 1px 3px 2px #acef0d;
  box-shadow:         1px 1px 3px 2px #acef0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,239,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acef0d


Comments

No comments written yet.

Please login to write comment.