Color Hex Logo

#b8acaa Color Hex

#B8ACAA
(184,172,170)
0 Favorites   0 Comments

Color spaces of #b8acaa

RGB 184172170
HSL0.020.090.69
HSV72°
CMYK 0.000.070.08   0.28
XYZ41.775442.597744.0506
Yxy42.59770.32530.3317
Hunter Lab65.26690.03545.6702
CIE-Lab71.28113.94652.5645

#b8acaa color RGB value is (184,172,170).

#b8acaa hex color red value is 184, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b8acaa hue: 0.02 , saturation: 0.09 and the lightness value of b8acaa is 0.69.

The process color (four color CMYK) of #b8acaa color hex is 0.00, 0.07, 0.08, 0.28. Web safe color of #b8acaa is #cc9999. Color #b8acaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101100 10101010
Octal 270 254 252
Decimal 184 172 170
Hex B8 AC AA

RGB Percentages of Color #b8acaa

%34.98
%32.70
%32.32

CMYK Percentages of Color #b8acaa

%0
%7
%8
%28

Triadic Colors of #b8acaa

#b8acaa #aab8ac #acaab8

Analogous Colors of #b8acaa

#b8acaa #b8b3aa #b8aaaf

Monochromatic Colors of #b8acaa

#b8acaa

Complementary Color

#b8acaa #aab6b8

#b8acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8acaa Color CSS Codes

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

#b8acaa Text Font Color

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

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


#b8acaa Background Color

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

This div background color is #b8acaa


#b8acaa Border Color

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

This div border color is #b8acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8acaa


Comments

No comments written yet.

Please login to write comment.