Color Hex Logo

#b2af9e Color Hex

#B2AF9E
(178,175,158)
0 Favorites   0 Comments

Color spaces of #b2af9e

RGB 178175158
HSL0.140.110.66
HSV51°11°70°
CMYK 0.000.020.11   0.30
XYZ39.861642.593538.4682
Yxy42.59350.32960.3522
Hunter Lab65.2637-5.187710.7374
CIE-Lab71.2782-1.93749.0923

#b2af9e color RGB value is (178,175,158).

#b2af9e hex color red value is 178, green value is 175 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b2af9e hue: 0.14 , saturation: 0.11 and the lightness value of b2af9e is 0.66.

The process color (four color CMYK) of #b2af9e color hex is 0.00, 0.02, 0.11, 0.30. Web safe color of #b2af9e is #999999. Color #b2af9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 10011110
Octal 262 257 236
Decimal 178 175 158
Hex B2 AF 9E

RGB Percentages of Color #b2af9e

%34.83
%34.25
%30.92

CMYK Percentages of Color #b2af9e

%0
%2
%11
%30

Triadic Colors of #b2af9e

#b2af9e #9eb2af #af9eb2

Analogous Colors of #b2af9e

#b2af9e #abb29e #b2a59e

Monochromatic Colors of #b2af9e

#b2af9e

Complementary Color

#b2af9e #9ea1b2

#b2af9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2af9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2af9e Color CSS Codes

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

#b2af9e Text Font Color

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

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


#b2af9e Background Color

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

This div background color is #b2af9e


#b2af9e Border Color

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

This div border color is #b2af9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,175,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2af9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2af9e;
  -webkit-box-shadow: 1px 1px 3px 2px #b2af9e;
  box-shadow:         1px 1px 3px 2px #b2af9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,175,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2af9e

#b2af9e Color Palettes


Comments

No comments written yet.

Please login to write comment.