Color Hex Logo

#a7d312 Color Hex

#A7D312
(167,211,18)
0 Favorites   0 Comments

Color spaces of #a7d312

RGB 16721118
HSL0.200.840.45
HSV74°91°83°
CMYK 0.210.000.91   0.17
XYZ39.339854.84779.0855
Yxy54.84770.38090.5311
Hunter Lab74.0592-34.785644.5678
CIE-Lab78.9535-36.660776.3166

#a7d312 color RGB value is (167,211,18).

#a7d312 hex color red value is 167, green value is 211 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a7d312 hue: 0.20 , saturation: 0.84 and the lightness value of a7d312 is 0.45.

The process color (four color CMYK) of #a7d312 color hex is 0.21, 0.00, 0.91, 0.17. Web safe color of #a7d312 is #99cc00. Color #a7d312 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11010011 00010010
Octal 247 323 22
Decimal 167 211 18
Hex A7 D3 12

RGB Percentages of Color #a7d312

%42.17
%53.28
%4.55

CMYK Percentages of Color #a7d312

%21
%0
%91
%17

Triadic Colors of #a7d312

#a7d312 #12a7d3 #d312a7

Analogous Colors of #a7d312

#a7d312 #47d312 #d39f12

Monochromatic Colors of #a7d312

#a7d312

Complementary Color

#a7d312 #3e12d3

#a7d312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7d312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7d312 Color CSS Codes

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

#a7d312 Text Font Color

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

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


#a7d312 Background Color

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

This div background color is #a7d312


#a7d312 Border Color

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

This div border color is #a7d312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7d312


Comments

No comments written yet.

Please login to write comment.