Color Hex Logo

#b7aeba Color Hex

#B7AEBA
(183,174,186)
0 Favorites   0 Comments

Color spaces of #b7aeba

RGB 183174186
HSL0.790.080.71
HSV285°73°
CMYK 0.020.060.00   0.27
XYZ43.527443.884652.6308
Yxy43.88460.31080.3134
Hunter Lab66.24551.3561-0.7330
CIE-Lab72.15135.4373-4.9754

#b7aeba color RGB value is (183,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101110 10111010
Octal 267 256 272
Decimal 183 174 186
Hex B7 AE BA

RGB Percentages of Color #b7aeba

%33.70
%32.04
%34.25

CMYK Percentages of Color #b7aeba

%2
%6
%0
%27

Triadic Colors of #b7aeba

#b7aeba #bab7ae #aebab7

Analogous Colors of #b7aeba

#b7aeba #baaeb7 #b1aeba

Monochromatic Colors of #b7aeba

#b7aeba

Complementary Color

#b7aeba #b1baae

#b7aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7aeba Color CSS Codes

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

#b7aeba Text Font Color

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

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


#b7aeba Background Color

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

This div background color is #b7aeba


#b7aeba Border Color

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

This div border color is #b7aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7aeba


Comments

No comments written yet.

Please login to write comment.