Color Hex Logo

#afbfad Color Hex

#AFBFAD
(175,191,173)
0 Favorites   0 Comments

Color spaces of #afbfad

RGB 175191173
HSL0.310.120.71
HSV113°75°
CMYK 0.080.000.09   0.25
XYZ43.852849.392746.7576
Yxy49.39270.31320.3528
Hunter Lab70.2799-11.61079.7500
CIE-Lab75.6950-8.87927.2047

#afbfad color RGB value is (175,191,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10101101
Octal 257 277 255
Decimal 175 191 173
Hex AF BF AD

RGB Percentages of Color #afbfad

%32.47
%35.44
%32.10

CMYK Percentages of Color #afbfad

%8
%0
%9
%25

Triadic Colors of #afbfad

#afbfad #adafbf #bfadaf

Analogous Colors of #afbfad

#afbfad #adbfb4 #b8bfad

Monochromatic Colors of #afbfad

#afbfad

Complementary Color

#afbfad #bdadbf

#afbfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfad Color CSS Codes

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

#afbfad Text Font Color

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

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


#afbfad Background Color

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

This div background color is #afbfad


#afbfad Border Color

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

This div border color is #afbfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfad


Comments

No comments written yet.

Please login to write comment.