Color Hex Logo

#afba7f Color Hex

#AFBA7F
(175,186,127)
0 Favorites   0 Comments

Color spaces of #afba7f

RGB 175186127
HSL0.200.300.61
HSV71°32°73°
CMYK 0.060.000.32   0.27
XYZ39.068945.764126.8529
Yxy45.76410.34980.4098
Hunter Lab67.6492-15.298323.8196
CIE-Lab73.3922-13.547028.7025

#afba7f color RGB value is (175,186,127).

#afba7f hex color red value is 175, green value is 186 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #afba7f hue: 0.20 , saturation: 0.30 and the lightness value of afba7f is 0.61.

The process color (four color CMYK) of #afba7f color hex is 0.06, 0.00, 0.32, 0.27. Web safe color of #afba7f is #99cc66. Color #afba7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 01111111
Octal 257 272 177
Decimal 175 186 127
Hex AF BA 7F

RGB Percentages of Color #afba7f

%35.86
%38.11
%26.02

CMYK Percentages of Color #afba7f

%6
%0
%32
%27

Triadic Colors of #afba7f

#afba7f #7fafba #ba7faf

Analogous Colors of #afba7f

#afba7f #92ba7f #baa87f

Monochromatic Colors of #afba7f

#afba7f

Complementary Color

#afba7f #8a7fba

#afba7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba7f Color CSS Codes

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

#afba7f Text Font Color

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

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


#afba7f Background Color

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

This div background color is #afba7f


#afba7f Border Color

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

This div border color is #afba7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,186,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afba7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afba7f;
  -webkit-box-shadow: 1px 1px 3px 2px #afba7f;
  box-shadow:         1px 1px 3px 2px #afba7f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,186,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba7f


Comments

No comments written yet.

Please login to write comment.