Color Hex Logo

#afb3bd Color Hex

#AFB3BD
(175,179,189)
0 Favorites   0 Comments

Color spaces of #afb3bd

RGB 175179189
HSL0.620.100.71
HSV223°74°
CMYK 0.070.050.00   0.26
XYZ42.984645.028354.5699
Yxy45.02830.30150.3158
Hunter Lab67.1031-3.0878-1.2439
CIE-Lab72.91050.5560-5.5708

#afb3bd color RGB value is (175,179,189).

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

The process color (four color CMYK) of #afb3bd color hex is 0.07, 0.05, 0.00, 0.26. Web safe color of #afb3bd is #99cccc. Color #afb3bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 10111101
Octal 257 263 275
Decimal 175 179 189
Hex AF B3 BD

RGB Percentages of Color #afb3bd

%32.23
%32.97
%34.81

CMYK Percentages of Color #afb3bd

%7
%5
%0
%26

Triadic Colors of #afb3bd

#afb3bd #bdafb3 #b3bdaf

Analogous Colors of #afb3bd

#afb3bd #b2afbd #afbabd

Monochromatic Colors of #afb3bd

#afb3bd

Complementary Color

#afb3bd #bdb9af

#afb3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb3bd Color CSS Codes

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

#afb3bd Text Font Color

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

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


#afb3bd Background Color

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

This div background color is #afb3bd


#afb3bd Border Color

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

This div border color is #afb3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb3bd

#afb3bd Color Palettes


Comments

No comments written yet.

Please login to write comment.