Color Hex Logo

#bbaea9 Color Hex

#BBAEA9
(187,174,169)
0 Favorites   0 Comments

Color spaces of #bbaea9

RGB 187174169
HSL0.050.120.70
HSV17°10°73°
CMYK 0.000.070.10   0.27
XYZ42.791043.701543.7160
Yxy43.70150.32860.3356
Hunter Lab66.1071-0.14477.0671
CIE-Lab72.02853.78074.2287

#bbaea9 color RGB value is (187,174,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 10101001
Octal 273 256 251
Decimal 187 174 169
Hex BB AE A9

RGB Percentages of Color #bbaea9

%35.28
%32.83
%31.89

CMYK Percentages of Color #bbaea9

%0
%7
%10
%27

Triadic Colors of #bbaea9

#bbaea9 #a9bbae #aea9bb

Analogous Colors of #bbaea9

#bbaea9 #bbb7a9 #bba9ad

Monochromatic Colors of #bbaea9

#bbaea9

Complementary Color

#bbaea9 #a9b6bb

#bbaea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaea9 Color CSS Codes

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

#bbaea9 Text Font Color

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

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


#bbaea9 Background Color

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

This div background color is #bbaea9


#bbaea9 Border Color

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

This div border color is #bbaea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaea9


Comments

No comments written yet.

Please login to write comment.