Color Hex Logo

#acda5a Color Hex

#ACDA5A
(172,218,90)
0 Favorites   0 Comments

Color spaces of #acda5a

RGB 17221890
HSL0.230.630.60
HSV82°59°85°
CMYK 0.210.000.59   0.15
XYZ43.930159.651618.8714
Yxy59.65160.35880.4871
Hunter Lab77.2344-33.631539.5772
CIE-Lab81.6485-34.313856.8500

#acda5a color RGB value is (172,218,90).

#acda5a hex color red value is 172, green value is 218 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #acda5a hue: 0.23 , saturation: 0.63 and the lightness value of acda5a is 0.60.

The process color (four color CMYK) of #acda5a color hex is 0.21, 0.00, 0.59, 0.15. Web safe color of #acda5a is #99cc66. Color #acda5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 01011010
Octal 254 332 132
Decimal 172 218 90
Hex AC DA 5A

RGB Percentages of Color #acda5a

%35.83
%45.42
%18.75

CMYK Percentages of Color #acda5a

%21
%0
%59
%15

Triadic Colors of #acda5a

#acda5a #5aacda #da5aac

Analogous Colors of #acda5a

#acda5a #6cda5a #dac85a

Monochromatic Colors of #acda5a

#acda5a

Complementary Color

#acda5a #885ada

#acda5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda5a Color CSS Codes

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

#acda5a Text Font Color

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

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


#acda5a Background Color

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

This div background color is #acda5a


#acda5a Border Color

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

This div border color is #acda5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda5a


Comments

No comments written yet.

Please login to write comment.