Color Hex Logo

#b6a8ad Color Hex

#B6A8AD
(182,168,173)
0 Favorites   0 Comments

Color spaces of #b6a8ad

RGB 182168173
HSL0.940.090.69
HSV339°71°
CMYK 0.000.080.05   0.29
XYZ40.836940.967545.2903
Yxy40.96750.32130.3223
Hunter Lab64.00591.87602.8507
CIE-Lab70.15315.9398-0.7550

#b6a8ad color RGB value is (182,168,173).

#b6a8ad hex color red value is 182, green value is 168 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b6a8ad hue: 0.94 , saturation: 0.09 and the lightness value of b6a8ad is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101000 10101101
Octal 266 250 255
Decimal 182 168 173
Hex B6 A8 AD

RGB Percentages of Color #b6a8ad

%34.80
%32.12
%33.08

CMYK Percentages of Color #b6a8ad

%0
%8
%5
%29

Triadic Colors of #b6a8ad

#b6a8ad #adb6a8 #a8adb6

Analogous Colors of #b6a8ad

#b6a8ad #b6aaa8 #b6a8b4

Monochromatic Colors of #b6a8ad

#b6a8ad

Complementary Color

#b6a8ad #a8b6b1

#b6a8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a8ad Color CSS Codes

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

#b6a8ad Text Font Color

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

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


#b6a8ad Background Color

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

This div background color is #b6a8ad


#b6a8ad Border Color

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

This div border color is #b6a8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a8ad


Comments

No comments written yet.

Please login to write comment.