Color Hex Logo

#afbfb1 Color Hex

#AFBFB1
(175,191,177)
0 Favorites   0 Comments

Color spaces of #afbfb1

RGB 175191177
HSL0.350.110.72
HSV128°75°
CMYK 0.080.000.07   0.25
XYZ44.245849.549948.8271
Yxy49.54990.31020.3474
Hunter Lab70.3917-10.98658.1478
CIE-Lab75.7922-8.14745.1782

#afbfb1 color RGB value is (175,191,177).

#afbfb1 hex color red value is 175, green value is 191 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #afbfb1 hue: 0.35 , saturation: 0.11 and the lightness value of afbfb1 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10110001
Octal 257 277 261
Decimal 175 191 177
Hex AF BF B1

RGB Percentages of Color #afbfb1

%32.23
%35.17
%32.60

CMYK Percentages of Color #afbfb1

%8
%0
%7
%25

Triadic Colors of #afbfb1

#afbfb1 #b1afbf #bfb1af

Analogous Colors of #afbfb1

#afbfb1 #afbfb9 #b5bfaf

Monochromatic Colors of #afbfb1

#afbfb1

Complementary Color

#afbfb1 #bfafbd

#afbfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfb1 Color CSS Codes

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

#afbfb1 Text Font Color

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

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


#afbfb1 Background Color

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

This div background color is #afbfb1


#afbfb1 Border Color

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

This div border color is #afbfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfb1


Comments

No comments written yet.

Please login to write comment.