Color Hex Logo

#b9aebd Color Hex

#B9AEBD
(185,174,189)
0 Favorites   0 Comments

Color spaces of #b9aebd

RGB 185174189
HSL0.790.100.71
HSV284°74°
CMYK 0.020.080.00   0.26
XYZ44.328944.260554.3509
Yxy44.26050.31010.3096
Hunter Lab66.52862.5120-1.8673
CIE-Lab72.40236.7067-6.2343

#b9aebd color RGB value is (185,174,189).

#b9aebd hex color red value is 185, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b9aebd hue: 0.79 , saturation: 0.10 and the lightness value of b9aebd is 0.71.

The process color (four color CMYK) of #b9aebd color hex is 0.02, 0.08, 0.00, 0.26. Web safe color of #b9aebd is #cc99cc. Color #b9aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 10111101
Octal 271 256 275
Decimal 185 174 189
Hex B9 AE BD

RGB Percentages of Color #b9aebd

%33.76
%31.75
%34.49

CMYK Percentages of Color #b9aebd

%2
%8
%0
%26

Triadic Colors of #b9aebd

#b9aebd #bdb9ae #aebdb9

Analogous Colors of #b9aebd

#b9aebd #bdaeba #b2aebd

Monochromatic Colors of #b9aebd

#b9aebd

Complementary Color

#b9aebd #b2bdae

#b9aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aebd Color CSS Codes

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

#b9aebd Text Font Color

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

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


#b9aebd Background Color

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

This div background color is #b9aebd


#b9aebd Border Color

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

This div border color is #b9aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aebd


Comments

No comments written yet.

Please login to write comment.