Color Hex Logo

#afa7ba Color Hex

#AFA7BA
(175,167,186)
0 Favorites   0 Comments

Color spaces of #afa7ba

RGB 175167186
HSL0.740.120.69
HSV265°10°73°
CMYK 0.060.100.00   0.27
XYZ40.360840.296652.1051
Yxy40.29660.30400.3035
Hunter Lab63.47962.4023-4.2305
CIE-Lab69.68036.5061-8.7114

#afa7ba color RGB value is (175,167,186).

#afa7ba hex color red value is 175, green value is 167 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afa7ba hue: 0.74 , saturation: 0.12 and the lightness value of afa7ba is 0.69.

The process color (four color CMYK) of #afa7ba color hex is 0.06, 0.10, 0.00, 0.27. Web safe color of #afa7ba is #9999cc. Color #afa7ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 10111010
Octal 257 247 272
Decimal 175 167 186
Hex AF A7 BA

RGB Percentages of Color #afa7ba

%33.14
%31.63
%35.23

CMYK Percentages of Color #afa7ba

%6
%10
%0
%27

Triadic Colors of #afa7ba

#afa7ba #baafa7 #a7baaf

Analogous Colors of #afa7ba

#afa7ba #b9a7ba #a7a9ba

Monochromatic Colors of #afa7ba

#afa7ba

Complementary Color

#afa7ba #b2baa7

#afa7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa7ba Color CSS Codes

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

#afa7ba Text Font Color

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

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


#afa7ba Background Color

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

This div background color is #afa7ba


#afa7ba Border Color

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

This div border color is #afa7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa7ba


Comments

No comments written yet.

Please login to write comment.