Color Hex Logo

#bbb1ae Color Hex

#BBB1AE
(187,177,174)
0 Favorites   0 Comments

Color spaces of #bbb1ae

RGB 187177174
HSL0.040.090.71
HSV14°73°
CMYK 0.000.050.07   0.27
XYZ43.855645.065146.4314
Yxy45.06510.32400.3329
Hunter Lab67.1305-0.86655.9830
CIE-Lab72.93473.02662.7974

#bbb1ae color RGB value is (187,177,174).

#bbb1ae hex color red value is 187, green value is 177 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bbb1ae hue: 0.04 , saturation: 0.09 and the lightness value of bbb1ae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 10101110
Octal 273 261 256
Decimal 187 177 174
Hex BB B1 AE

RGB Percentages of Color #bbb1ae

%34.76
%32.90
%32.34

CMYK Percentages of Color #bbb1ae

%0
%5
%7
%27

Triadic Colors of #bbb1ae

#bbb1ae #aebbb1 #b1aebb

Analogous Colors of #bbb1ae

#bbb1ae #bbb8ae #bbaeb2

Monochromatic Colors of #bbb1ae

#bbb1ae

Complementary Color

#bbb1ae #aeb8bb

#bbb1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb1ae Color CSS Codes

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

#bbb1ae Text Font Color

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

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


#bbb1ae Background Color

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

This div background color is #bbb1ae


#bbb1ae Border Color

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

This div border color is #bbb1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb1ae


Comments

No comments written yet.

Please login to write comment.