Color Hex Logo

#acda2a Color Hex

#ACDA2A
(172,218,42)
0 Favorites   0 Comments

Color spaces of #acda2a

RGB 17221842
HSL0.210.700.51
HSV76°81°85°
CMYK 0.210.000.81   0.15
XYZ42.502659.080611.3541
Yxy59.08060.37630.5231
Hunter Lab76.8639-35.808645.0466
CIE-Lab81.3359-37.200173.6834

#acda2a color RGB value is (172,218,42).

#acda2a hex color red value is 172, green value is 218 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #acda2a hue: 0.21 , saturation: 0.70 and the lightness value of acda2a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 00101010
Octal 254 332 52
Decimal 172 218 42
Hex AC DA 2A

RGB Percentages of Color #acda2a

%39.81
%50.46
%9.72

CMYK Percentages of Color #acda2a

%21
%0
%81
%15

Triadic Colors of #acda2a

#acda2a #2aacda #da2aac

Analogous Colors of #acda2a

#acda2a #54da2a #dab02a

Monochromatic Colors of #acda2a

#acda2a

Complementary Color

#acda2a #582ada

#acda2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda2a Color CSS Codes

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

#acda2a Text Font Color

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

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


#acda2a Background Color

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

This div background color is #acda2a


#acda2a Border Color

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

This div border color is #acda2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda2a


Comments

No comments written yet.

Please login to write comment.