Color Hex Logo

#beac96 Color Hex

#BEAC96
(190,172,150)
0 Favorites   0 Comments

Color spaces of #beac96

RGB 190172150
HSL0.090.240.67
HSV33°21°75°
CMYK 0.000.090.21   0.25
XYZ41.492742.654234.9003
Yxy42.65420.34850.3583
Hunter Lab65.3102-0.888714.0339
CIE-Lab71.31962.920713.6775

#beac96 color RGB value is (190,172,150).

#beac96 hex color red value is 190, green value is 172 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #beac96 hue: 0.09 , saturation: 0.24 and the lightness value of beac96 is 0.67.

The process color (four color CMYK) of #beac96 color hex is 0.00, 0.09, 0.21, 0.25. Web safe color of #beac96 is #cc9999. Color #beac96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10010110
Octal 276 254 226
Decimal 190 172 150
Hex BE AC 96

RGB Percentages of Color #beac96

%37.11
%33.59
%29.30

CMYK Percentages of Color #beac96

%0
%9
%21
%25

Triadic Colors of #beac96

#beac96 #96beac #ac96be

Analogous Colors of #beac96

#beac96 #bcbe96 #be9896

Monochromatic Colors of #beac96

#beac96

Complementary Color

#beac96 #96a8be

#beac96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac96 Color CSS Codes

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

#beac96 Text Font Color

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

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


#beac96 Background Color

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

This div background color is #beac96


#beac96 Border Color

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

This div border color is #beac96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac96


Comments

No comments written yet.

Please login to write comment.