Color Hex Logo

#b5aeba Color Hex

#B5AEBA
(181,174,186)
0 Favorites   0 Comments

Color spaces of #b5aeba

RGB 181174186
HSL0.760.080.71
HSV275°73°
CMYK 0.030.060.00   0.27
XYZ43.055043.641052.6087
Yxy43.64100.30910.3133
Hunter Lab66.06130.7288-0.9733
CIE-Lab71.98794.7423-5.2351

#b5aeba color RGB value is (181,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101110 10111010
Octal 265 256 272
Decimal 181 174 186
Hex B5 AE BA

RGB Percentages of Color #b5aeba

%33.46
%32.16
%34.38

CMYK Percentages of Color #b5aeba

%3
%6
%0
%27

Triadic Colors of #b5aeba

#b5aeba #bab5ae #aebab5

Analogous Colors of #b5aeba

#b5aeba #baaeb9 #afaeba

Monochromatic Colors of #b5aeba

#b5aeba

Complementary Color

#b5aeba #b3baae

#b5aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5aeba Color CSS Codes

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

#b5aeba Text Font Color

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

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


#b5aeba Background Color

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

This div background color is #b5aeba


#b5aeba Border Color

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

This div border color is #b5aeba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,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 #b5aeba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5aeba


Comments

No comments written yet.

Please login to write comment.