Color Hex Logo

#afbfb9 Color Hex

#AFBFB9
(175,191,185)
0 Favorites   0 Comments

Color spaces of #afbfb9

RGB 175191185
HSL0.440.110.72
HSV158°75°
CMYK 0.080.000.03   0.25
XYZ45.067049.878353.1511
Yxy49.87830.30430.3368
Hunter Lab70.6246-9.68854.8163
CIE-Lab75.9945-6.63681.1353

#afbfb9 color RGB value is (175,191,185).

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

The process color (four color CMYK) of #afbfb9 color hex is 0.08, 0.00, 0.03, 0.25. Web safe color of #afbfb9 is #99cccc. Color #afbfb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10111001
Octal 257 277 271
Decimal 175 191 185
Hex AF BF B9

RGB Percentages of Color #afbfb9

%31.76
%34.66
%33.58

CMYK Percentages of Color #afbfb9

%8
%0
%3
%25

Triadic Colors of #afbfb9

#afbfb9 #b9afbf #bfb9af

Analogous Colors of #afbfb9

#afbfb9 #afbdbf #afbfb1

Monochromatic Colors of #afbfb9

#afbfb9

Complementary Color

#afbfb9 #bfafb5

#afbfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfb9 Color CSS Codes

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

#afbfb9 Text Font Color

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

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


#afbfb9 Background Color

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

This div background color is #afbfb9


#afbfb9 Border Color

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

This div border color is #afbfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfb9


Comments

No comments written yet.

Please login to write comment.