Color Hex Logo

#bbaea3 Color Hex

#BBAEA3
(187,174,163)
0 Favorites   0 Comments

Color spaces of #bbaea3

RGB 187174163
HSL0.080.150.69
HSV28°13°73°
CMYK 0.000.070.13   0.27
XYZ42.240443.481240.8167
Yxy43.48120.33380.3436
Hunter Lab65.9403-1.05099.4580
CIE-Lab71.88042.76867.3099

#bbaea3 color RGB value is (187,174,163).

#bbaea3 hex color red value is 187, green value is 174 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bbaea3 hue: 0.08 , saturation: 0.15 and the lightness value of bbaea3 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 10100011
Octal 273 256 243
Decimal 187 174 163
Hex BB AE A3

RGB Percentages of Color #bbaea3

%35.69
%33.21
%31.11

CMYK Percentages of Color #bbaea3

%0
%7
%13
%27

Triadic Colors of #bbaea3

#bbaea3 #a3bbae #aea3bb

Analogous Colors of #bbaea3

#bbaea3 #bbbaa3 #bba3a4

Monochromatic Colors of #bbaea3

#bbaea3

Complementary Color

#bbaea3 #a3b0bb

#bbaea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaea3 Color CSS Codes

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

#bbaea3 Text Font Color

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

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


#bbaea3 Background Color

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

This div background color is #bbaea3


#bbaea3 Border Color

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

This div border color is #bbaea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaea3


Comments

No comments written yet.

Please login to write comment.