Color Hex Logo

#acd806 Color Hex

#ACD806
(172,216,6)
0 Favorites   0 Comments

Color spaces of #acd806

RGB 1722166
HSL0.200.950.44
HSV73°97°85°
CMYK 0.200.000.97   0.15
XYZ41.602057.89559.1546
Yxy57.89550.38290.5329
Hunter Lab76.0891-35.560446.1289
CIE-Lab80.6807-37.095779.0735

#acd806 color RGB value is (172,216,6).

#acd806 hex color red value is 172, green value is 216 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #acd806 hue: 0.20 , saturation: 0.95 and the lightness value of acd806 is 0.44.

The process color (four color CMYK) of #acd806 color hex is 0.20, 0.00, 0.97, 0.15. Web safe color of #acd806 is #99cc00. Color #acd806 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 00000110
Octal 254 330 6
Decimal 172 216 6
Hex AC D8 6

RGB Percentages of Color #acd806

%43.65
%54.82
%1.52

CMYK Percentages of Color #acd806

%20
%0
%97
%15

Triadic Colors of #acd806

#acd806 #06acd8 #d806ac

Analogous Colors of #acd806

#acd806 #43d806 #d89b06

Monochromatic Colors of #acd806

#acd806

Complementary Color

#acd806 #3206d8

#acd806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd806 Color CSS Codes

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

#acd806 Text Font Color

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

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


#acd806 Background Color

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

This div background color is #acd806


#acd806 Border Color

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

This div border color is #acd806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd806


Comments

No comments written yet.

Please login to write comment.