Color Hex Logo

#b7beac Color Hex

#B7BEAC
(183,190,172)
0 Favorites   0 Comments

Color spaces of #b7beac

RGB 183190172
HSL0.230.120.71
HSV83°75°
CMYK 0.040.000.09   0.25
XYZ45.388349.872746.2639
Yxy49.87270.32070.3524
Hunter Lab70.6206-8.863010.5933
CIE-Lab75.9911-5.69768.2481

#b7beac color RGB value is (183,190,172).

#b7beac hex color red value is 183, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b7beac hue: 0.23 , saturation: 0.12 and the lightness value of b7beac is 0.71.

The process color (four color CMYK) of #b7beac color hex is 0.04, 0.00, 0.09, 0.25. Web safe color of #b7beac is #cccc99. Color #b7beac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111110 10101100
Octal 267 276 254
Decimal 183 190 172
Hex B7 BE AC

RGB Percentages of Color #b7beac

%33.58
%34.86
%31.56

CMYK Percentages of Color #b7beac

%4
%0
%9
%25

Triadic Colors of #b7beac

#b7beac #acb7be #beacb7

Analogous Colors of #b7beac

#b7beac #aebeac #bebcac

Monochromatic Colors of #b7beac

#b7beac

Complementary Color

#b7beac #b3acbe

#b7beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7beac Color CSS Codes

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

#b7beac Text Font Color

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

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


#b7beac Background Color

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

This div background color is #b7beac


#b7beac Border Color

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

This div border color is #b7beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7beac


Comments

No comments written yet.

Please login to write comment.