Color Hex Logo

#a7c361 Color Hex

#A7C361
(167,195,97)
0 Favorites   0 Comments

Color spaces of #a7c361

RGB 16719597
HSL0.210.450.57
HSV77°50°76°
CMYK 0.140.000.50   0.24
XYZ37.609148.108818.6130
Yxy48.10880.36050.4611
Hunter Lab69.3605-24.593532.6418
CIE-Lab74.8935-24.707345.7149

#a7c361 color RGB value is (167,195,97).

#a7c361 hex color red value is 167, green value is 195 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a7c361 hue: 0.21 , saturation: 0.45 and the lightness value of a7c361 is 0.57.

The process color (four color CMYK) of #a7c361 color hex is 0.14, 0.00, 0.50, 0.24. Web safe color of #a7c361 is #99cc66. Color #a7c361 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11000011 01100001
Octal 247 303 141
Decimal 167 195 97
Hex A7 C3 61

RGB Percentages of Color #a7c361

%36.38
%42.48
%21.13

CMYK Percentages of Color #a7c361

%14
%0
%50
%24

Triadic Colors of #a7c361

#a7c361 #61a7c3 #c361a7

Analogous Colors of #a7c361

#a7c361 #76c361 #c3ae61

Monochromatic Colors of #a7c361

#a7c361

Complementary Color

#a7c361 #7d61c3

#a7c361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7c361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7c361 Color CSS Codes

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

#a7c361 Text Font Color

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

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


#a7c361 Background Color

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

This div background color is #a7c361


#a7c361 Border Color

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

This div border color is #a7c361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7c361


Comments

No comments written yet.

Please login to write comment.