Color Hex Logo

#a4dc70 Color Hex

#A4DC70
(164,220,112)
0 Favorites   0 Comments

Color spaces of #a4dc70

RGB 164220112
HSL0.250.610.65
HSV91°49°86°
CMYK 0.250.000.49   0.14
XYZ43.827760.248824.6484
Yxy60.24880.34050.4680
Hunter Lab77.6201-35.046335.5064
CIE-Lab81.9732-36.014447.0280

#a4dc70 color RGB value is (164,220,112).

#a4dc70 hex color red value is 164, green value is 220 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a4dc70 hue: 0.25 , saturation: 0.61 and the lightness value of a4dc70 is 0.65.

The process color (four color CMYK) of #a4dc70 color hex is 0.25, 0.00, 0.49, 0.14. Web safe color of #a4dc70 is #99cc66. Color #a4dc70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011100 01110000
Octal 244 334 160
Decimal 164 220 112
Hex A4 DC 70

RGB Percentages of Color #a4dc70

%33.06
%44.35
%22.58

CMYK Percentages of Color #a4dc70

%25
%0
%49
%14

Triadic Colors of #a4dc70

#a4dc70 #70a4dc #dc70a4

Analogous Colors of #a4dc70

#a4dc70 #70dc72 #dadc70

Monochromatic Colors of #a4dc70

#a4dc70

Complementary Color

#a4dc70 #a870dc

#a4dc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dc70 Color CSS Codes

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

#a4dc70 Text Font Color

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

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


#a4dc70 Background Color

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

This div background color is #a4dc70


#a4dc70 Border Color

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

This div border color is #a4dc70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,220,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4dc70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4dc70;
  -webkit-box-shadow: 1px 1px 3px 2px #a4dc70;
  box-shadow:         1px 1px 3px 2px #a4dc70; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,220,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dc70


Comments

No comments written yet.

Please login to write comment.