Color Hex Logo

#afb1bd Color Hex

#AFB1BD
(175,177,189)
0 Favorites   0 Comments

Color spaces of #afb1bd

RGB 175177189
HSL0.640.100.71
HSV231°74°
CMYK 0.070.060.00   0.26
XYZ42.586644.232454.4373
Yxy44.23240.30150.3131
Hunter Lab66.5074-2.0894-1.9745
CIE-Lab72.38361.6392-6.3506

#afb1bd color RGB value is (175,177,189).

#afb1bd hex color red value is 175, green value is 177 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afb1bd hue: 0.64 , saturation: 0.10 and the lightness value of afb1bd is 0.71.

The process color (four color CMYK) of #afb1bd color hex is 0.07, 0.06, 0.00, 0.26. Web safe color of #afb1bd is #9999cc. Color #afb1bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 10111101
Octal 257 261 275
Decimal 175 177 189
Hex AF B1 BD

RGB Percentages of Color #afb1bd

%32.35
%32.72
%34.94

CMYK Percentages of Color #afb1bd

%7
%6
%0
%26

Triadic Colors of #afb1bd

#afb1bd #bdafb1 #b1bdaf

Analogous Colors of #afb1bd

#afb1bd #b4afbd #afb8bd

Monochromatic Colors of #afb1bd

#afb1bd

Complementary Color

#afb1bd #bdbbaf

#afb1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb1bd Color CSS Codes

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

#afb1bd Text Font Color

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

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


#afb1bd Background Color

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

This div background color is #afb1bd


#afb1bd Border Color

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

This div border color is #afb1bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,177,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 #afb1bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb1bd


Comments

No comments written yet.

Please login to write comment.