Color Hex Logo

#afb99f Color Hex

#AFB99F
(175,185,159)
0 Favorites   0 Comments

Color spaces of #afb99f

RGB 175185159
HSL0.230.160.67
HSV83°14°73°
CMYK 0.050.000.14   0.27
XYZ41.286246.315139.5646
Yxy46.31510.32470.3642
Hunter Lab68.0552-10.808213.1698
CIE-Lab73.7495-8.183212.0225

#afb99f color RGB value is (175,185,159).

#afb99f hex color red value is 175, green value is 185 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #afb99f hue: 0.23 , saturation: 0.16 and the lightness value of afb99f is 0.67.

The process color (four color CMYK) of #afb99f color hex is 0.05, 0.00, 0.14, 0.27. Web safe color of #afb99f is #99cc99. Color #afb99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 10011111
Octal 257 271 237
Decimal 175 185 159
Hex AF B9 9F

RGB Percentages of Color #afb99f

%33.72
%35.65
%30.64

CMYK Percentages of Color #afb99f

%5
%0
%14
%27

Triadic Colors of #afb99f

#afb99f #9fafb9 #b99faf

Analogous Colors of #afb99f

#afb99f #a2b99f #b9b69f

Monochromatic Colors of #afb99f

#afb99f

Complementary Color

#afb99f #a99fb9

#afb99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb99f Color CSS Codes

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

#afb99f Text Font Color

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

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


#afb99f Background Color

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

This div background color is #afb99f


#afb99f Border Color

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

This div border color is #afb99f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,185,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 #afb99f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb99f


Comments

No comments written yet.

Please login to write comment.