Color Hex Logo

#b8aeba Color Hex

#B8AEBA
(184,174,186)
0 Favorites   0 Comments

Color spaces of #b8aeba

RGB 184174186
HSL0.810.080.71
HSV290°73°
CMYK 0.010.060.00   0.27
XYZ43.766144.007652.6420
Yxy44.00760.31170.3134
Hunter Lab66.33821.6720-0.6122
CIE-Lab72.23365.7858-4.8446

#b8aeba color RGB value is (184,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101110 10111010
Octal 270 256 272
Decimal 184 174 186
Hex B8 AE BA

RGB Percentages of Color #b8aeba

%33.82
%31.99
%34.19

CMYK Percentages of Color #b8aeba

%1
%6
%0
%27

Triadic Colors of #b8aeba

#b8aeba #bab8ae #aebab8

Analogous Colors of #b8aeba

#b8aeba #baaeb6 #b2aeba

Monochromatic Colors of #b8aeba

#b8aeba

Complementary Color

#b8aeba #b0baae

#b8aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8aeba Color CSS Codes

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

#b8aeba Text Font Color

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

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


#b8aeba Background Color

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

This div background color is #b8aeba


#b8aeba Border Color

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

This div border color is #b8aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8aeba


Comments

No comments written yet.

Please login to write comment.