Color Hex Logo

#bbccac Color Hex

#BBCCAC
(187,204,172)
0 Favorites   0 Comments

Color spaces of #bbccac

RGB 187204172
HSL0.260.240.74
HSV92°16°80°
CMYK 0.080.000.16   0.20
XYZ49.532856.729147.3689
Yxy56.72910.32240.3693
Hunter Lab75.3187-14.418615.4349
CIE-Lab80.0270-11.543214.0190

#bbccac color RGB value is (187,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 10101100
Octal 273 314 254
Decimal 187 204 172
Hex BB CC AC

RGB Percentages of Color #bbccac

%33.21
%36.23
%30.55

CMYK Percentages of Color #bbccac

%8
%0
%16
%20

Triadic Colors of #bbccac

#bbccac #acbbcc #ccacbb

Analogous Colors of #bbccac

#bbccac #acccad #cbccac

Monochromatic Colors of #bbccac

#bbccac

Complementary Color

#bbccac #bdaccc

#bbccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccac Color CSS Codes

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

#bbccac Text Font Color

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

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


#bbccac Background Color

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

This div background color is #bbccac


#bbccac Border Color

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

This div border color is #bbccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccac

#bbccac Color Palettes


Comments

No comments written yet.

Please login to write comment.