Color Hex Logo

#beaca0 Color Hex

#BEACA0
(190,172,160)
0 Favorites   0 Comments

Color spaces of #beaca0

RGB 190172160
HSL0.070.190.69
HSV24°16°75°
CMYK 0.000.090.16   0.25
XYZ42.332942.990339.3245
Yxy42.99030.33960.3449
Hunter Lab65.56700.505110.3371
CIE-Lab71.54844.47788.5167

#beaca0 color RGB value is (190,172,160).

#beaca0 hex color red value is 190, green value is 172 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #beaca0 hue: 0.07 , saturation: 0.19 and the lightness value of beaca0 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10100000
Octal 276 254 240
Decimal 190 172 160
Hex BE AC A0

RGB Percentages of Color #beaca0

%36.40
%32.95
%30.65

CMYK Percentages of Color #beaca0

%0
%9
%16
%25

Triadic Colors of #beaca0

#beaca0 #a0beac #aca0be

Analogous Colors of #beaca0

#beaca0 #bebba0 #bea0a3

Monochromatic Colors of #beaca0

#beaca0

Complementary Color

#beaca0 #a0b2be

#beaca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaca0 Color CSS Codes

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

#beaca0 Text Font Color

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

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


#beaca0 Background Color

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

This div background color is #beaca0


#beaca0 Border Color

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

This div border color is #beaca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaca0


Comments

No comments written yet.

Please login to write comment.