Color Hex Logo

#b2978a Color Hex

#B2978A
(178,151,138)
0 Favorites   0 Comments

Color spaces of #b2978a

RGB 178151138
HSL0.050.210.62
HSV20°22°70°
CMYK 0.000.150.22   0.30
XYZ34.014233.433228.7053
Yxy33.43320.35380.3477
Hunter Lab57.82143.817311.0407
CIE-Lab64.51027.959010.5685

#b2978a color RGB value is (178,151,138).

#b2978a hex color red value is 178, green value is 151 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b2978a hue: 0.05 , saturation: 0.21 and the lightness value of b2978a is 0.62.

The process color (four color CMYK) of #b2978a color hex is 0.00, 0.15, 0.22, 0.30. Web safe color of #b2978a is #999999. Color #b2978a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010111 10001010
Octal 262 227 212
Decimal 178 151 138
Hex B2 97 8A

RGB Percentages of Color #b2978a

%38.12
%32.33
%29.55

CMYK Percentages of Color #b2978a

%0
%15
%22
%30

Triadic Colors of #b2978a

#b2978a #8ab297 #978ab2

Analogous Colors of #b2978a

#b2978a #b2ab8a #b28a91

Monochromatic Colors of #b2978a

#b2978a

Complementary Color

#b2978a #8aa5b2

#b2978a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2978a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2978a Color CSS Codes

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

#b2978a Text Font Color

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

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


#b2978a Background Color

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

This div background color is #b2978a


#b2978a Border Color

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

This div border color is #b2978a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2978a


Comments

No comments written yet.

Please login to write comment.