Color Hex Logo

#a4f70d Color Hex

#A4F70D
(164,247,13)
0 Favorites   0 Comments

Color spaces of #a4f70d

RGB 16424713
HSL0.230.940.51
HSV81°95°97°
CMYK 0.340.000.95   0.03
XYZ48.643374.443112.1860
Yxy74.44310.35960.5503
Hunter Lab86.2804-50.355752.0223
CIE-Lab89.1315-53.209984.8789

#a4f70d color RGB value is (164,247,13).

#a4f70d hex color red value is 164, green value is 247 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a4f70d hue: 0.23 , saturation: 0.94 and the lightness value of a4f70d is 0.51.

The process color (four color CMYK) of #a4f70d color hex is 0.34, 0.00, 0.95, 0.03. Web safe color of #a4f70d is #99ff00. Color #a4f70d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11110111 00001101
Octal 244 367 15
Decimal 164 247 13
Hex A4 F7 D

RGB Percentages of Color #a4f70d

%38.68
%58.25
%3.07

CMYK Percentages of Color #a4f70d

%34
%0
%95
%3

Triadic Colors of #a4f70d

#a4f70d #0da4f7 #f70da4

Analogous Colors of #a4f70d

#a4f70d #2ff70d #f7d50d

Monochromatic Colors of #a4f70d

#a4f70d

Complementary Color

#a4f70d #600df7

#a4f70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4f70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4f70d Color CSS Codes

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

#a4f70d Text Font Color

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

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


#a4f70d Background Color

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

This div background color is #a4f70d


#a4f70d Border Color

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

This div border color is #a4f70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4f70d


Comments

No comments written yet.

Please login to write comment.