Color Hex Logo

#afbfbd Color Hex

#AFBFBD
(175,191,189)
0 Favorites   0 Comments

Color spaces of #afbfbd

RGB 175191189
HSL0.480.110.72
HSV173°75°
CMYK 0.080.000.01   0.25
XYZ45.495350.049755.4068
Yxy50.04970.30140.3316
Hunter Lab70.7458-9.01523.0872
CIE-Lab76.0998-5.8593-0.8801

#afbfbd color RGB value is (175,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10111101
Octal 257 277 275
Decimal 175 191 189
Hex AF BF BD

RGB Percentages of Color #afbfbd

%31.53
%34.41
%34.05

CMYK Percentages of Color #afbfbd

%8
%0
%1
%25

Triadic Colors of #afbfbd

#afbfbd #bdafbf #bfbdaf

Analogous Colors of #afbfbd

#afbfbd #afb9bf #afbfb5

Monochromatic Colors of #afbfbd

#afbfbd

Complementary Color

#afbfbd #bfafb1

#afbfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfbd Color CSS Codes

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

#afbfbd Text Font Color

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

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


#afbfbd Background Color

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

This div background color is #afbfbd


#afbfbd Border Color

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

This div border color is #afbfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfbd


Comments

No comments written yet.

Please login to write comment.