Color Hex Logo

#b69eaa Color Hex

#B69EAA
(182,158,170)
0 Favorites   0 Comments

Color spaces of #b69eaa

RGB 182158170
HSL0.920.140.67
HSV330°13°71°
CMYK 0.000.130.07   0.29
XYZ38.774037.301143.1864
Yxy37.30110.32510.3128
Hunter Lab61.07466.44240.8278
CIE-Lab67.502310.9027-2.9769

#b69eaa color RGB value is (182,158,170).

#b69eaa hex color red value is 182, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b69eaa hue: 0.92 , saturation: 0.14 and the lightness value of b69eaa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011110 10101010
Octal 266 236 252
Decimal 182 158 170
Hex B6 9E AA

RGB Percentages of Color #b69eaa

%35.69
%30.98
%33.33

CMYK Percentages of Color #b69eaa

%0
%13
%7
%29

Triadic Colors of #b69eaa

#b69eaa #aab69e #9eaab6

Analogous Colors of #b69eaa

#b69eaa #b69e9e #b69eb6

Monochromatic Colors of #b69eaa

#b69eaa

Complementary Color

#b69eaa #9eb6aa

#b69eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69eaa Color CSS Codes

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

#b69eaa Text Font Color

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

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


#b69eaa Background Color

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

This div background color is #b69eaa


#b69eaa Border Color

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

This div border color is #b69eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69eaa


Comments

No comments written yet.

Please login to write comment.