Color Hex Logo

#acda3c Color Hex

#ACDA3C
(172,218,60)
0 Favorites   0 Comments

Color spaces of #acda3c

RGB 17221860
HSL0.220.680.55
HSV77°72°85°
CMYK 0.210.000.72   0.15
XYZ42.900359.239713.4483
Yxy59.23970.37110.5125
Hunter Lab76.9673-35.199943.5175
CIE-Lab81.4232-36.387568.3695

#acda3c color RGB value is (172,218,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 00111100
Octal 254 332 74
Decimal 172 218 60
Hex AC DA 3C

RGB Percentages of Color #acda3c

%38.22
%48.44
%13.33

CMYK Percentages of Color #acda3c

%21
%0
%72
%15

Triadic Colors of #acda3c

#acda3c #3cacda #da3cac

Analogous Colors of #acda3c

#acda3c #5dda3c #dab93c

Monochromatic Colors of #acda3c

#acda3c

Complementary Color

#acda3c #6a3cda

#acda3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda3c Color CSS Codes

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

#acda3c Text Font Color

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

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


#acda3c Background Color

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

This div background color is #acda3c


#acda3c Border Color

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

This div border color is #acda3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda3c


Comments

No comments written yet.

Please login to write comment.