Color Hex Logo

#bbaeae Color Hex

#BBAEAE
(187,174,174)
0 Favorites   0 Comments

Color spaces of #bbaeae

RGB 187174174
HSL0.000.090.71
HSV73°
CMYK 0.000.070.07   0.27
XYZ43.269643.892946.2360
Yxy43.89290.32440.3290
Hunter Lab66.25170.63954.9987
CIE-Lab72.15694.65091.6677

#bbaeae color RGB value is (187,174,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 10101110
Octal 273 256 256
Decimal 187 174 174
Hex BB AE AE

RGB Percentages of Color #bbaeae

%34.95
%32.52
%32.52

CMYK Percentages of Color #bbaeae

%0
%7
%7
%27

Triadic Colors of #bbaeae

#bbaeae #aebbae #aeaebb

Analogous Colors of #bbaeae

#bbaeae #bbb5ae #bbaeb5

Monochromatic Colors of #bbaeae

#bbaeae

Complementary Color

#bbaeae #aebbbb

#bbaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaeae Color CSS Codes

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

#bbaeae Text Font Color

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

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


#bbaeae Background Color

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

This div background color is #bbaeae


#bbaeae Border Color

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

This div border color is #bbaeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaeae


Comments

No comments written yet.

Please login to write comment.