Color Hex Logo

#b6afad Color Hex

#B6AFAD
(182,175,173)
0 Favorites   0 Comments

Color spaces of #b6afad

RGB 182175173
HSL0.040.060.70
HSV13°71°
CMYK 0.000.040.05   0.29
XYZ42.164243.622245.7328
Yxy43.62220.32060.3317
Hunter Lab66.0471-1.62885.1790
CIE-Lab71.97532.13001.9019

#b6afad color RGB value is (182,175,173).

#b6afad hex color red value is 182, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b6afad hue: 0.04 , saturation: 0.06 and the lightness value of b6afad is 0.70.

The process color (four color CMYK) of #b6afad color hex is 0.00, 0.04, 0.05, 0.29. Web safe color of #b6afad is #cc9999. Color #b6afad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101111 10101101
Octal 266 257 255
Decimal 182 175 173
Hex B6 AF AD

RGB Percentages of Color #b6afad

%34.34
%33.02
%32.64

CMYK Percentages of Color #b6afad

%0
%4
%5
%29

Triadic Colors of #b6afad

#b6afad #adb6af #afadb6

Analogous Colors of #b6afad

#b6afad #b6b4ad #b6adb0

Monochromatic Colors of #b6afad

#b6afad

Complementary Color

#b6afad #adb4b6

#b6afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6afad Color CSS Codes

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

#b6afad Text Font Color

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

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


#b6afad Background Color

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

This div background color is #b6afad


#b6afad Border Color

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

This div border color is #b6afad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6afad


Comments

No comments written yet.

Please login to write comment.