Color Hex Logo

#acda11 Color Hex

#ACDA11
(172,218,17)
0 Favorites   0 Comments

Color spaces of #acda11

RGB 17221817
HSL0.200.860.46
HSV74°92°85°
CMYK 0.210.000.92   0.15
XYZ42.185858.95399.6861
Yxy58.95390.38060.5320
Hunter Lab76.7814-36.294846.2675
CIE-Lab81.2662-37.852378.4193

#acda11 color RGB value is (172,218,17).

#acda11 hex color red value is 172, green value is 218 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #acda11 hue: 0.20 , saturation: 0.86 and the lightness value of acda11 is 0.46.

The process color (four color CMYK) of #acda11 color hex is 0.21, 0.00, 0.92, 0.15. Web safe color of #acda11 is #99cc00. Color #acda11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 00010001
Octal 254 332 21
Decimal 172 218 17
Hex AC DA 11

RGB Percentages of Color #acda11

%42.26
%53.56
%4.18

CMYK Percentages of Color #acda11

%21
%0
%92
%15

Triadic Colors of #acda11

#acda11 #11acda #da11ac

Analogous Colors of #acda11

#acda11 #48da11 #daa411

Monochromatic Colors of #acda11

#acda11

Complementary Color

#acda11 #3f11da

#acda11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda11 Color CSS Codes

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

#acda11 Text Font Color

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

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


#acda11 Background Color

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

This div background color is #acda11


#acda11 Border Color

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

This div border color is #acda11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda11


Comments

No comments written yet.

Please login to write comment.