Color Hex Logo

#acda51 Color Hex

#ACDA51
(172,218,81)
0 Favorites   0 Comments

Color spaces of #acda51

RGB 17221881
HSL0.220.650.59
HSV80°63°85°
CMYK 0.210.000.63   0.15
XYZ43.569959.507516.9743
Yxy59.50750.36290.4957
Hunter Lab77.1411-34.178740.9525
CIE-Lab81.5698-35.034160.5837

#acda51 color RGB value is (172,218,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 01010001
Octal 254 332 121
Decimal 172 218 81
Hex AC DA 51

RGB Percentages of Color #acda51

%36.52
%46.28
%17.20

CMYK Percentages of Color #acda51

%21
%0
%63
%15

Triadic Colors of #acda51

#acda51 #51acda #da51ac

Analogous Colors of #acda51

#acda51 #68da51 #dac451

Monochromatic Colors of #acda51

#acda51

Complementary Color

#acda51 #7f51da

#acda51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda51 Color CSS Codes

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

#acda51 Text Font Color

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

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


#acda51 Background Color

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

This div background color is #acda51


#acda51 Border Color

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

This div border color is #acda51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda51


Comments

No comments written yet.

Please login to write comment.