Color Hex Logo

#b69daa Color Hex

#B69DAA
(182,157,170)
0 Favorites   0 Comments

Color spaces of #b69daa

RGB 182157170
HSL0.910.150.66
HSV329°14°71°
CMYK 0.000.140.07   0.29
XYZ38.604136.961343.1298
Yxy36.96130.32520.3114
Hunter Lab60.79586.95120.4955
CIE-Lab67.248011.4565-3.3512

#b69daa color RGB value is (182,157,170).

#b69daa hex color red value is 182, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b69daa hue: 0.91 , saturation: 0.15 and the lightness value of b69daa is 0.66.

The process color (four color CMYK) of #b69daa color hex is 0.00, 0.14, 0.07, 0.29. Web safe color of #b69daa is #cc9999. Color #b69daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 10101010
Octal 266 235 252
Decimal 182 157 170
Hex B6 9D AA

RGB Percentages of Color #b69daa

%35.76
%30.84
%33.40

CMYK Percentages of Color #b69daa

%0
%14
%7
%29

Triadic Colors of #b69daa

#b69daa #aab69d #9daab6

Analogous Colors of #b69daa

#b69daa #b69d9e #b69db6

Monochromatic Colors of #b69daa

#b69daa

Complementary Color

#b69daa #9db6a9

#b69daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69daa Color CSS Codes

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

#b69daa Text Font Color

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

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


#b69daa Background Color

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

This div background color is #b69daa


#b69daa Border Color

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

This div border color is #b69daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69daa


Comments

No comments written yet.

Please login to write comment.