Color Hex Logo

#afbaaf Color Hex

#AFBAAF
(175,186,175)
0 Favorites   0 Comments

Color spaces of #afbaaf

RGB 175186175
HSL0.330.070.71
HSV120°73°
CMYK 0.060.000.06   0.27
XYZ42.976047.326947.4274
Yxy47.32690.31200.3436
Hunter Lab68.7945-8.88147.2813
CIE-Lab74.3984-5.88284.2521

#afbaaf color RGB value is (175,186,175).

#afbaaf hex color red value is 175, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #afbaaf hue: 0.33 , saturation: 0.07 and the lightness value of afbaaf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 10101111
Octal 257 272 257
Decimal 175 186 175
Hex AF BA AF

RGB Percentages of Color #afbaaf

%32.65
%34.70
%32.65

CMYK Percentages of Color #afbaaf

%6
%0
%6
%27

Triadic Colors of #afbaaf

#afbaaf #afafba #baafaf

Analogous Colors of #afbaaf

#afbaaf #afbab5 #b5baaf

Monochromatic Colors of #afbaaf

#afbaaf

Complementary Color

#afbaaf #baafba

#afbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaaf Color CSS Codes

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

#afbaaf Text Font Color

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

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


#afbaaf Background Color

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

This div background color is #afbaaf


#afbaaf Border Color

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

This div border color is #afbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaaf


Comments

No comments written yet.

Please login to write comment.