Color Hex Logo

#afbf9f Color Hex

#AFBF9F
(175,191,159)
0 Favorites   0 Comments

Color spaces of #afbf9f

RGB 175191159
HSL0.250.200.69
HSV90°17°75°
CMYK 0.080.000.17   0.25
XYZ42.568048.878839.9919
Yxy48.87880.32390.3719
Hunter Lab69.9134-13.665515.0243
CIE-Lab75.3759-11.314414.3146

#afbf9f color RGB value is (175,191,159).

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

The process color (four color CMYK) of #afbf9f color hex is 0.08, 0.00, 0.17, 0.25. Web safe color of #afbf9f is #99cc99. Color #afbf9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10011111
Octal 257 277 237
Decimal 175 191 159
Hex AF BF 9F

RGB Percentages of Color #afbf9f

%33.33
%36.38
%30.29

CMYK Percentages of Color #afbf9f

%8
%0
%17
%25

Triadic Colors of #afbf9f

#afbf9f #9fafbf #bf9faf

Analogous Colors of #afbf9f

#afbf9f #9fbf9f #bfbf9f

Monochromatic Colors of #afbf9f

#afbf9f

Complementary Color

#afbf9f #af9fbf

#afbf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf9f Color CSS Codes

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

#afbf9f Text Font Color

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

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


#afbf9f Background Color

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

This div background color is #afbf9f


#afbf9f Border Color

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

This div border color is #afbf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf9f


Comments

No comments written yet.

Please login to write comment.