Color Hex Logo

#bbacae Color Hex

#BBACAE
(187,172,174)
0 Favorites   0 Comments

Color spaces of #bbacae

RGB 187172174
HSL0.980.100.70
HSV352°73°
CMYK 0.000.080.07   0.27
XYZ42.886043.125846.1082
Yxy43.12580.32460.3264
Hunter Lab65.67021.64674.3406
CIE-Lab71.64035.73760.9156

#bbacae color RGB value is (187,172,174).

#bbacae hex color red value is 187, green value is 172 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bbacae hue: 0.98 , saturation: 0.10 and the lightness value of bbacae is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 10101110
Octal 273 254 256
Decimal 187 172 174
Hex BB AC AE

RGB Percentages of Color #bbacae

%35.08
%32.27
%32.65

CMYK Percentages of Color #bbacae

%0
%8
%7
%27

Triadic Colors of #bbacae

#bbacae #aebbac #acaebb

Analogous Colors of #bbacae

#bbacae #bbb2ac #bbacb6

Monochromatic Colors of #bbacae

#bbacae

Complementary Color

#bbacae #acbbb9

#bbacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbacae Color CSS Codes

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

#bbacae Text Font Color

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

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


#bbacae Background Color

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

This div background color is #bbacae


#bbacae Border Color

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

This div border color is #bbacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbacae


Comments

No comments written yet.

Please login to write comment.