Color Hex Logo

#b8ccac Color Hex

#B8CCAC
(184,204,172)
0 Favorites   0 Comments

Color spaces of #b8ccac

RGB 184204172
HSL0.270.240.74
HSV98°16°80°
CMYK 0.100.000.16   0.20
XYZ48.806456.354647.3349
Yxy56.35460.32010.3695
Hunter Lab75.0697-15.320615.1637
CIE-Lab79.8152-12.607013.6901

#b8ccac color RGB value is (184,204,172).

#b8ccac hex color red value is 184, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b8ccac hue: 0.27 , saturation: 0.24 and the lightness value of b8ccac is 0.74.

The process color (four color CMYK) of #b8ccac color hex is 0.10, 0.00, 0.16, 0.20. Web safe color of #b8ccac is #cccc99. Color #b8ccac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001100 10101100
Octal 270 314 254
Decimal 184 204 172
Hex B8 CC AC

RGB Percentages of Color #b8ccac

%32.86
%36.43
%30.71

CMYK Percentages of Color #b8ccac

%10
%0
%16
%20

Triadic Colors of #b8ccac

#b8ccac #acb8cc #ccacb8

Analogous Colors of #b8ccac

#b8ccac #acccb0 #c8ccac

Monochromatic Colors of #b8ccac

#b8ccac

Complementary Color

#b8ccac #c0accc

#b8ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ccac Color CSS Codes

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

#b8ccac Text Font Color

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

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


#b8ccac Background Color

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

This div background color is #b8ccac


#b8ccac Border Color

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

This div border color is #b8ccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ccac


Comments

No comments written yet.

Please login to write comment.