Color Hex Logo

#bbaeb8 Color Hex

#BBAEB8
(187,174,184)
0 Favorites   0 Comments

Color spaces of #bbaeb8

RGB 187174184
HSL0.870.090.71
HSV314°73°
CMYK 0.000.070.02   0.27
XYZ44.281344.297651.5638
Yxy44.29760.31600.3161
Hunter Lab66.55642.28580.6553
CIE-Lab72.42706.4614-3.4321

#bbaeb8 color RGB value is (187,174,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 10111000
Octal 273 256 270
Decimal 187 174 184
Hex BB AE B8

RGB Percentages of Color #bbaeb8

%34.31
%31.93
%33.76

CMYK Percentages of Color #bbaeb8

%0
%7
%2
%27

Triadic Colors of #bbaeb8

#bbaeb8 #b8bbae #aeb8bb

Analogous Colors of #bbaeb8

#bbaeb8 #bbaeb2 #b8aebb

Monochromatic Colors of #bbaeb8

#bbaeb8

Complementary Color

#bbaeb8 #aebbb1

#bbaeb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaeb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaeb8 Color CSS Codes

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

#bbaeb8 Text Font Color

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

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


#bbaeb8 Background Color

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

This div background color is #bbaeb8


#bbaeb8 Border Color

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

This div border color is #bbaeb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaeb8


Comments

No comments written yet.

Please login to write comment.