Color Hex Logo

#acda3e Color Hex

#ACDA3E
(172,218,62)
0 Favorites   0 Comments

Color spaces of #acda3e

RGB 17221862
HSL0.220.680.55
HSV78°72°85°
CMYK 0.210.000.72   0.15
XYZ42.954259.261313.7321
Yxy59.26130.37050.5111
Hunter Lab76.9814-35.117643.3107
CIE-Lab81.4350-36.278067.6942

#acda3e color RGB value is (172,218,62).

#acda3e hex color red value is 172, green value is 218 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #acda3e hue: 0.22 , saturation: 0.68 and the lightness value of acda3e is 0.55.

The process color (four color CMYK) of #acda3e color hex is 0.21, 0.00, 0.72, 0.15. Web safe color of #acda3e is #99cc33. Color #acda3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 00111110
Octal 254 332 76
Decimal 172 218 62
Hex AC DA 3E

RGB Percentages of Color #acda3e

%38.05
%48.23
%13.72

CMYK Percentages of Color #acda3e

%21
%0
%72
%15

Triadic Colors of #acda3e

#acda3e #3eacda #da3eac

Analogous Colors of #acda3e

#acda3e #5eda3e #daba3e

Monochromatic Colors of #acda3e

#acda3e

Complementary Color

#acda3e #6c3eda

#acda3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda3e Color CSS Codes

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

#acda3e Text Font Color

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

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


#acda3e Background Color

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

This div background color is #acda3e


#acda3e Border Color

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

This div border color is #acda3e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,218,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 #acda3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda3e


Comments

No comments written yet.

Please login to write comment.