Color Hex Logo

#afa6bd Color Hex

#AFA6BD
(175,166,189)
0 Favorites   0 Comments

Color spaces of #afa6bd

RGB 175166189
HSL0.730.150.70
HSV263°12°74°
CMYK 0.070.120.00   0.26
XYZ40.500740.060553.7419
Yxy40.06050.30160.2983
Hunter Lab63.29343.4567-6.0373
CIE-Lab69.51267.6625-10.6217

#afa6bd color RGB value is (175,166,189).

#afa6bd hex color red value is 175, green value is 166 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #afa6bd hue: 0.73 , saturation: 0.15 and the lightness value of afa6bd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 10111101
Octal 257 246 275
Decimal 175 166 189
Hex AF A6 BD

RGB Percentages of Color #afa6bd

%33.02
%31.32
%35.66

CMYK Percentages of Color #afa6bd

%7
%12
%0
%26

Triadic Colors of #afa6bd

#afa6bd #bdafa6 #a6bdaf

Analogous Colors of #afa6bd

#afa6bd #bba6bd #a6a9bd

Monochromatic Colors of #afa6bd

#afa6bd

Complementary Color

#afa6bd #b4bda6

#afa6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa6bd Color CSS Codes

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

#afa6bd Text Font Color

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

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


#afa6bd Background Color

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

This div background color is #afa6bd


#afa6bd Border Color

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

This div border color is #afa6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa6bd


Comments

No comments written yet.

Please login to write comment.