Color Hex Logo

#bbaead Color Hex

#BBAEAD
(187,174,173)
0 Favorites   0 Comments

Color spaces of #bbaead

RGB 187174173
HSL0.010.090.71
HSV73°
CMYK 0.000.070.07   0.27
XYZ43.172443.854045.7244
Yxy43.85400.32520.3303
Hunter Lab66.22240.48065.4178
CIE-Lab72.13084.47502.1793

#bbaead color RGB value is (187,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 10101101
Octal 273 256 255
Decimal 187 174 173
Hex BB AE AD

RGB Percentages of Color #bbaead

%35.02
%32.58
%32.40

CMYK Percentages of Color #bbaead

%0
%7
%7
%27

Triadic Colors of #bbaead

#bbaead #adbbae #aeadbb

Analogous Colors of #bbaead

#bbaead #bbb5ad #bbadb3

Monochromatic Colors of #bbaead

#bbaead

Complementary Color

#bbaead #adbabb

#bbaead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaead Color CSS Codes

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

#bbaead Text Font Color

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

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


#bbaead Background Color

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

This div background color is #bbaead


#bbaead Border Color

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

This div border color is #bbaead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaead


Comments

No comments written yet.

Please login to write comment.