Color Hex Logo

#afbfaa Color Hex

#AFBFAA
(175,191,170)
0 Favorites   0 Comments

Color spaces of #afbfaa

RGB 175191170
HSL0.290.140.71
HSV106°11°75°
CMYK 0.080.000.11   0.25
XYZ43.565749.277845.2456
Yxy49.27780.31550.3569
Hunter Lab70.1981-12.067810.9239
CIE-Lab75.6238-9.41758.7263

#afbfaa color RGB value is (175,191,170).

#afbfaa hex color red value is 175, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afbfaa hue: 0.29 , saturation: 0.14 and the lightness value of afbfaa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10101010
Octal 257 277 252
Decimal 175 191 170
Hex AF BF AA

RGB Percentages of Color #afbfaa

%32.65
%35.63
%31.72

CMYK Percentages of Color #afbfaa

%8
%0
%11
%25

Triadic Colors of #afbfaa

#afbfaa #aaafbf #bfaaaf

Analogous Colors of #afbfaa

#afbfaa #aabfb0 #babfaa

Monochromatic Colors of #afbfaa

#afbfaa

Complementary Color

#afbfaa #baaabf

#afbfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfaa Color CSS Codes

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

#afbfaa Text Font Color

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

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


#afbfaa Background Color

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

This div background color is #afbfaa


#afbfaa Border Color

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

This div border color is #afbfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfaa


Comments

No comments written yet.

Please login to write comment.