Color Hex Logo

#b3aebb Color Hex

#B3AEBB
(179,174,187)
0 Favorites   0 Comments

Color spaces of #b3aebb

RGB 179174187
HSL0.730.090.71
HSV263°73°
CMYK 0.040.070.00   0.27
XYZ42.696143.443753.1488
Yxy43.44370.30650.3119
Hunter Lab65.91180.2823-1.6709
CIE-Lab71.85514.2447-5.9993

#b3aebb color RGB value is (179,174,187).

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

The process color (four color CMYK) of #b3aebb color hex is 0.04, 0.07, 0.00, 0.27. Web safe color of #b3aebb is #cc99cc. Color #b3aebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101110 10111011
Octal 263 256 273
Decimal 179 174 187
Hex B3 AE BB

RGB Percentages of Color #b3aebb

%33.15
%32.22
%34.63

CMYK Percentages of Color #b3aebb

%4
%7
%0
%27

Triadic Colors of #b3aebb

#b3aebb #bbb3ae #aebbb3

Analogous Colors of #b3aebb

#b3aebb #baaebb #aeb0bb

Monochromatic Colors of #b3aebb

#b3aebb

Complementary Color

#b3aebb #b6bbae

#b3aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3aebb Color CSS Codes

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

#b3aebb Text Font Color

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

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


#b3aebb Background Color

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

This div background color is #b3aebb


#b3aebb Border Color

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

This div border color is #b3aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3aebb

#b3aebb Color Palettes


Comments

No comments written yet.

Please login to write comment.