Color Hex Logo

#b8b6ae Color Hex

#B8B6AE
(184,182,174)
0 Favorites   0 Comments

Color spaces of #b8b6ae

RGB 184182174
HSL0.130.070.70
HSV48°72°
CMYK 0.000.010.05   0.28
XYZ44.135146.702246.7327
Yxy46.70220.32080.3395
Hunter Lab68.3390-4.31337.2926
CIE-Lab73.9989-0.74124.3072

#b8b6ae color RGB value is (184,182,174).

#b8b6ae hex color red value is 184, green value is 182 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b8b6ae hue: 0.13 , saturation: 0.07 and the lightness value of b8b6ae is 0.70.

The process color (four color CMYK) of #b8b6ae color hex is 0.00, 0.01, 0.05, 0.28. Web safe color of #b8b6ae is #cccc99. Color #b8b6ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10110110 10101110
Octal 270 266 256
Decimal 184 182 174
Hex B8 B6 AE

RGB Percentages of Color #b8b6ae

%34.07
%33.70
%32.22

CMYK Percentages of Color #b8b6ae

%0
%1
%5
%28

Triadic Colors of #b8b6ae

#b8b6ae #aeb8b6 #b6aeb8

Analogous Colors of #b8b6ae

#b8b6ae #b5b8ae #b8b1ae

Monochromatic Colors of #b8b6ae

#b8b6ae

Complementary Color

#b8b6ae #aeb0b8

#b8b6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8b6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8b6ae Color CSS Codes

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

#b8b6ae Text Font Color

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

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


#b8b6ae Background Color

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

This div background color is #b8b6ae


#b8b6ae Border Color

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

This div border color is #b8b6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8b6ae


Comments

No comments written yet.

Please login to write comment.