Color Hex Logo

#acd805 Color Hex

#ACD805
(172,216,5)
0 Favorites   0 Comments

Color spaces of #acd805

RGB 1722165
HSL0.200.950.43
HSV73°98°85°
CMYK 0.200.000.98   0.15
XYZ41.596557.89339.1257
Yxy57.89330.38300.5330
Hunter Lab76.0876-35.568946.1503
CIE-Lab80.6794-37.107279.1637

#acd805 color RGB value is (172,216,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 00000101
Octal 254 330 5
Decimal 172 216 5
Hex AC D8 5

RGB Percentages of Color #acd805

%43.77
%54.96
%1.27

CMYK Percentages of Color #acd805

%20
%0
%98
%15

Triadic Colors of #acd805

#acd805 #05acd8 #d805ac

Analogous Colors of #acd805

#acd805 #43d805 #d89b05

Monochromatic Colors of #acd805

#acd805

Complementary Color

#acd805 #3105d8

#acd805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd805 Color CSS Codes

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

#acd805 Text Font Color

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

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


#acd805 Background Color

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

This div background color is #acd805


#acd805 Border Color

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

This div border color is #acd805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd805


Comments

No comments written yet.

Please login to write comment.