Color Hex Logo

#a7d196 Color Hex

#A7D196
(167,209,150)
0 Favorites   0 Comments

Color spaces of #a7d196

RGB 167209150
HSL0.290.390.70
HSV103°28°82°
CMYK 0.200.000.28   0.18
XYZ44.241856.018437.3350
Yxy56.01840.32150.4071
Hunter Lab74.8454-25.466622.8163
CIE-Lab79.6243-24.676924.8843

#a7d196 color RGB value is (167,209,150).

#a7d196 hex color red value is 167, green value is 209 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a7d196 hue: 0.29 , saturation: 0.39 and the lightness value of a7d196 is 0.70.

The process color (four color CMYK) of #a7d196 color hex is 0.20, 0.00, 0.28, 0.18. Web safe color of #a7d196 is #99cc99. Color #a7d196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11010001 10010110
Octal 247 321 226
Decimal 167 209 150
Hex A7 D1 96

RGB Percentages of Color #a7d196

%31.75
%39.73
%28.52

CMYK Percentages of Color #a7d196

%20
%0
%28
%18

Triadic Colors of #a7d196

#a7d196 #96a7d1 #d196a7

Analogous Colors of #a7d196

#a7d196 #96d1a3 #c5d196

Monochromatic Colors of #a7d196

#a7d196

Complementary Color

#a7d196 #c096d1

#a7d196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7d196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7d196 Color CSS Codes

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

#a7d196 Text Font Color

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

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


#a7d196 Background Color

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

This div background color is #a7d196


#a7d196 Border Color

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

This div border color is #a7d196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7d196


Comments

No comments written yet.

Please login to write comment.