Color Hex Logo

#a7d11d Color Hex

#A7D11D
(167,209,29)
0 Favorites   0 Comments

Color spaces of #a7d11d

RGB 16720929
HSL0.210.760.47
HSV74°86°82°
CMYK 0.200.000.86   0.18
XYZ38.958653.90519.5138
Yxy53.90510.38050.5265
Hunter Lab73.4201-33.768443.7112
CIE-Lab78.4064-35.509974.0210

#a7d11d color RGB value is (167,209,29).

#a7d11d hex color red value is 167, green value is 209 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a7d11d hue: 0.21 , saturation: 0.76 and the lightness value of a7d11d is 0.47.

The process color (four color CMYK) of #a7d11d color hex is 0.20, 0.00, 0.86, 0.18. Web safe color of #a7d11d is #99cc33. Color #a7d11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11010001 00011101
Octal 247 321 35
Decimal 167 209 29
Hex A7 D1 1D

RGB Percentages of Color #a7d11d

%41.23
%51.60
%7.16

CMYK Percentages of Color #a7d11d

%20
%0
%86
%18

Triadic Colors of #a7d11d

#a7d11d #1da7d1 #d11da7

Analogous Colors of #a7d11d

#a7d11d #4dd11d #d1a11d

Monochromatic Colors of #a7d11d

#a7d11d

Complementary Color

#a7d11d #471dd1

#a7d11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7d11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7d11d Color CSS Codes

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

#a7d11d Text Font Color

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

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


#a7d11d Background Color

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

This div background color is #a7d11d


#a7d11d Border Color

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

This div border color is #a7d11d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,209,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7d11d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7d11d;
  -webkit-box-shadow: 1px 1px 3px 2px #a7d11d;
  box-shadow:         1px 1px 3px 2px #a7d11d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,209,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7d11d


Comments

No comments written yet.

Please login to write comment.