color codes Logo

#a4d70c color codes

#A4D70C
(164,215,12)
0 Favorites   0 Comments

Color spaces of #a4d70c

RGB 16421512
HSL0.210.890.45
HSV75°94°84°
CMYK 0.240.000.94   0.16
XYZ39.676656.51999.1661
Yxy56.51990.37660.5364
Hunter Lab75.1797-37.359945.3970
CIE-Lab79.9088-39.718177.7060

#a4d70c color RGB value is (164,215,12).

#a4d70c hex color red value is 164, green value is 215 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #a4d70c hue: 0.21 , saturation: 0.89 and the lightness value of a4d70c is 0.45.

The process color (four color CMYK) of #a4d70c color code is 0.24, 0.00, 0.94, 0.16. Web safe color of #a4d70c is #99cc00. Color #a4d70c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11010111 00001100
Octal 244 327 14
Decimal 164 215 12
Hex A4 D7 C

RGB Percentages of Color #a4d70c

%41.94
%54.99
%3.07

CMYK Percentages of Color #a4d70c

%24
%0
%94
%16

Triadic Colors of #a4d70c

#a4d70c #0ca4d7 #d70ca4

Analogous Colors of #a4d70c

#a4d70c #3fd70c #d7a50c

Monochromatic Colors of #a4d70c

#a4d70c

Complementary Color

#a4d70c #3f0cd7

#a4d70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4d70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4d70c Color CSS Codes

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

#a4d70c Text Font Color

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

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


#a4d70c Background Color

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

This div background color is #a4d70c


#a4d70c Border Color

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

This div border color is #a4d70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4d70c


Comments

No comments written yet.

Please login to write comment.