Color Hex Logo

#afbf6f Color Hex

#AFBF6F
(175,191,111)
0 Favorites   0 Comments

Color spaces of #afbf6f

RGB 175191111
HSL0.200.380.59
HSV72°42°75°
CMYK 0.080.000.42   0.25
XYZ39.179247.523322.1469
Yxy47.52330.35990.4366
Hunter Lab68.9371-19.192729.2084
CIE-Lab74.5233-18.072738.4546

#afbf6f color RGB value is (175,191,111).

#afbf6f hex color red value is 175, green value is 191 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afbf6f hue: 0.20 , saturation: 0.38 and the lightness value of afbf6f is 0.59.

The process color (four color CMYK) of #afbf6f color hex is 0.08, 0.00, 0.42, 0.25. Web safe color of #afbf6f is #99cc66. Color #afbf6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 01101111
Octal 257 277 157
Decimal 175 191 111
Hex AF BF 6F

RGB Percentages of Color #afbf6f

%36.69
%40.04
%23.27

CMYK Percentages of Color #afbf6f

%8
%0
%42
%25

Triadic Colors of #afbf6f

#afbf6f #6fafbf #bf6faf

Analogous Colors of #afbf6f

#afbf6f #87bf6f #bfa76f

Monochromatic Colors of #afbf6f

#afbf6f

Complementary Color

#afbf6f #7f6fbf

#afbf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf6f Color CSS Codes

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

#afbf6f Text Font Color

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

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


#afbf6f Background Color

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

This div background color is #afbf6f


#afbf6f Border Color

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

This div border color is #afbf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf6f


Comments

No comments written yet.

Please login to write comment.