Color Hex Logo

#afa6bc Color Hex

#AFA6BC
(175,166,188)
0 Favorites   0 Comments

Color spaces of #afa6bc

RGB 175166188
HSL0.730.140.69
HSV265°12°74°
CMYK 0.070.120.00   0.26
XYZ40.392540.017253.1721
Yxy40.01720.30240.2996
Hunter Lab63.25913.2731-5.5545
CIE-Lab69.48187.4600-10.1142

#afa6bc color RGB value is (175,166,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 10111100
Octal 257 246 274
Decimal 175 166 188
Hex AF A6 BC

RGB Percentages of Color #afa6bc

%33.08
%31.38
%35.54

CMYK Percentages of Color #afa6bc

%7
%12
%0
%26

Triadic Colors of #afa6bc

#afa6bc #bcafa6 #a6bcaf

Analogous Colors of #afa6bc

#afa6bc #baa6bc #a6a8bc

Monochromatic Colors of #afa6bc

#afa6bc

Complementary Color

#afa6bc #b3bca6

#afa6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa6bc Color CSS Codes

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

#afa6bc Text Font Color

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

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


#afa6bc Background Color

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

This div background color is #afa6bc


#afa6bc Border Color

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

This div border color is #afa6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa6bc


Comments

No comments written yet.

Please login to write comment.