Color Hex Logo

#b8c0ac Color Hex

#B8C0AC
(184,192,172)
0 Favorites   0 Comments

Color spaces of #b8c0ac

RGB 184192172
HSL0.230.140.71
HSV84°10°75°
CMYK 0.040.000.10   0.25
XYZ46.063250.868246.4205
Yxy50.86820.32130.3548
Hunter Lab71.3219-9.529411.3360
CIE-Lab76.5991-6.39109.1270

#b8c0ac color RGB value is (184,192,172).

#b8c0ac hex color red value is 184, green value is 192 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b8c0ac hue: 0.23 , saturation: 0.14 and the lightness value of b8c0ac is 0.71.

The process color (four color CMYK) of #b8c0ac color hex is 0.04, 0.00, 0.10, 0.25. Web safe color of #b8c0ac is #cccc99. Color #b8c0ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11000000 10101100
Octal 270 300 254
Decimal 184 192 172
Hex B8 C0 AC

RGB Percentages of Color #b8c0ac

%33.58
%35.04
%31.39

CMYK Percentages of Color #b8c0ac

%4
%0
%10
%25

Triadic Colors of #b8c0ac

#b8c0ac #acb8c0 #c0acb8

Analogous Colors of #b8c0ac

#b8c0ac #aec0ac #c0beac

Monochromatic Colors of #b8c0ac

#b8c0ac

Complementary Color

#b8c0ac #b4acc0

#b8c0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8c0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8c0ac Color CSS Codes

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

#b8c0ac Text Font Color

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

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


#b8c0ac Background Color

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

This div background color is #b8c0ac


#b8c0ac Border Color

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

This div border color is #b8c0ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,192,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8c0ac


Comments

No comments written yet.

Please login to write comment.