Color Hex Logo

#b9aeba Color Hex

#B9AEBA
(185,174,186)
0 Favorites   0 Comments

Color spaces of #b9aeba

RGB 185174186
HSL0.820.080.71
HSV295°73°
CMYK 0.010.060.00   0.27
XYZ44.006644.131652.6532
Yxy44.13160.31260.3135
Hunter Lab66.43161.9892-0.4907
CIE-Lab72.31646.1349-4.7130

#b9aeba color RGB value is (185,174,186).

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

The process color (four color CMYK) of #b9aeba color hex is 0.01, 0.06, 0.00, 0.27. Web safe color of #b9aeba is #cc99cc. Color #b9aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101110 10111010
Octal 271 256 272
Decimal 185 174 186
Hex B9 AE BA

RGB Percentages of Color #b9aeba

%33.94
%31.93
%34.13

CMYK Percentages of Color #b9aeba

%1
%6
%0
%27

Triadic Colors of #b9aeba

#b9aeba #bab9ae #aebab9

Analogous Colors of #b9aeba

#b9aeba #baaeb5 #b3aeba

Monochromatic Colors of #b9aeba

#b9aeba

Complementary Color

#b9aeba #afbaae

#b9aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9aeba Color CSS Codes

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

#b9aeba Text Font Color

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

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


#b9aeba Background Color

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

This div background color is #b9aeba


#b9aeba Border Color

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

This div border color is #b9aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9aeba


Comments

No comments written yet.

Please login to write comment.