Color Hex Logo

#a7c875 Color Hex

#A7C875
(167,200,117)
0 Favorites   0 Comments

Color spaces of #a7c875

RGB 167200117
HSL0.230.430.62
HSV84°42°78°
CMYK 0.170.000.42   0.22
XYZ39.801550.808424.5389
Yxy50.80840.34570.4412
Hunter Lab71.2800-25.068829.4848
CIE-Lab76.5628-24.904037.8805

#a7c875 color RGB value is (167,200,117).

#a7c875 hex color red value is 167, green value is 200 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a7c875 hue: 0.23 , saturation: 0.43 and the lightness value of a7c875 is 0.62.

The process color (four color CMYK) of #a7c875 color hex is 0.17, 0.00, 0.42, 0.22. Web safe color of #a7c875 is #99cc66. Color #a7c875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001000 01110101
Octal 247 310 165
Decimal 167 200 117
Hex A7 C8 75

RGB Percentages of Color #a7c875

%34.50
%41.32
%24.17

CMYK Percentages of Color #a7c875

%17
%0
%42
%22

Triadic Colors of #a7c875

#a7c875 #75a7c8 #c875a7

Analogous Colors of #a7c875

#a7c875 #7ec875 #c8c075

Monochromatic Colors of #a7c875

#a7c875

Complementary Color

#a7c875 #9675c8

#a7c875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7c875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7c875 Color CSS Codes

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

#a7c875 Text Font Color

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

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


#a7c875 Background Color

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

This div background color is #a7c875


#a7c875 Border Color

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

This div border color is #a7c875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7c875


Comments

No comments written yet.

Please login to write comment.