Color Hex Logo

#b4bea6 Color Hex

#B4BEA6
(180,190,166)
0 Favorites   0 Comments

Color spaces of #b4bea6

RGB 180190166
HSL0.240.160.70
HSV85°13°75°
CMYK 0.050.000.13   0.25
XYZ44.118849.283443.2637
Yxy49.28340.32280.3606
Hunter Lab70.2021-10.674712.6027
CIE-Lab75.6273-7.807910.9441

#b4bea6 color RGB value is (180,190,166).

#b4bea6 hex color red value is 180, green value is 190 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #b4bea6 hue: 0.24 , saturation: 0.16 and the lightness value of b4bea6 is 0.70.

The process color (four color CMYK) of #b4bea6 color hex is 0.05, 0.00, 0.13, 0.25. Web safe color of #b4bea6 is #cccc99. Color #b4bea6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111110 10100110
Octal 264 276 246
Decimal 180 190 166
Hex B4 BE A6

RGB Percentages of Color #b4bea6

%33.58
%35.45
%30.97

CMYK Percentages of Color #b4bea6

%5
%0
%13
%25

Triadic Colors of #b4bea6

#b4bea6 #a6b4be #bea6b4

Analogous Colors of #b4bea6

#b4bea6 #a8bea6 #bebca6

Monochromatic Colors of #b4bea6

#b4bea6

Complementary Color

#b4bea6 #b0a6be

#b4bea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bea6 Color CSS Codes

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

#b4bea6 Text Font Color

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

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


#b4bea6 Background Color

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

This div background color is #b4bea6


#b4bea6 Border Color

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

This div border color is #b4bea6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,190,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4bea6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4bea6;
  -webkit-box-shadow: 1px 1px 3px 2px #b4bea6;
  box-shadow:         1px 1px 3px 2px #b4bea6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,190,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bea6


Comments

No comments written yet.

Please login to write comment.