Color Hex Logo

#afa1bd Color Hex

#AFA1BD
(175,161,189)
0 Favorites   0 Comments

Color spaces of #afa1bd

RGB 175161189
HSL0.750.180.69
HSV270°15°74°
CMYK 0.070.150.00   0.26
XYZ39.609438.277853.4448
Yxy38.27780.30160.2915
Hunter Lab61.86916.0073-7.9086
CIE-Lab68.224910.4326-12.5501

#afa1bd color RGB value is (175,161,189).

#afa1bd hex color red value is 175, green value is 161 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afa1bd hue: 0.75 , saturation: 0.18 and the lightness value of afa1bd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 10111101
Octal 257 241 275
Decimal 175 161 189
Hex AF A1 BD

RGB Percentages of Color #afa1bd

%33.33
%30.67
%36.00

CMYK Percentages of Color #afa1bd

%7
%15
%0
%26

Triadic Colors of #afa1bd

#afa1bd #bdafa1 #a1bdaf

Analogous Colors of #afa1bd

#afa1bd #bda1bd #a1a1bd

Monochromatic Colors of #afa1bd

#afa1bd

Complementary Color

#afa1bd #afbda1

#afa1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa1bd Color CSS Codes

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

#afa1bd Text Font Color

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

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


#afa1bd Background Color

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

This div background color is #afa1bd


#afa1bd Border Color

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

This div border color is #afa1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa1bd


Comments

No comments written yet.

Please login to write comment.