Color Hex Logo

#afba9d Color Hex

#AFBA9D
(175,186,157)
1 Favorites   0 Comments

Color spaces of #afba9d

RGB 175186157
HSL0.230.170.67
HSV83°16°73°
CMYK 0.060.000.16   0.27
XYZ41.323946.666138.7277
Yxy46.66610.32610.3683
Hunter Lab68.3126-11.568214.2062
CIE-Lab73.9757-9.042813.4259

#afba9d color RGB value is (175,186,157).

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

The process color (four color CMYK) of #afba9d color hex is 0.06, 0.00, 0.16, 0.27. Web safe color of #afba9d is #99cc99. Color #afba9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 10011101
Octal 257 272 235
Decimal 175 186 157
Hex AF BA 9D

RGB Percentages of Color #afba9d

%33.78
%35.91
%30.31

CMYK Percentages of Color #afba9d

%6
%0
%16
%27

Triadic Colors of #afba9d

#afba9d #9dafba #ba9daf

Analogous Colors of #afba9d

#afba9d #a1ba9d #bab79d

Monochromatic Colors of #afba9d

#afba9d

Complementary Color

#afba9d #a89dba

#afba9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba9d Color CSS Codes

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

#afba9d Text Font Color

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

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


#afba9d Background Color

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

This div background color is #afba9d


#afba9d Border Color

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

This div border color is #afba9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba9d


Comments

No comments written yet.

Please login to write comment.