Color Hex Logo

#beac8f Color Hex

#BEAC8F
(190,172,143)
0 Favorites   0 Comments

Color spaces of #beac8f

RGB 190172143
HSL0.100.270.65
HSV37°25°75°
CMYK 0.000.090.25   0.25
XYZ40.945742.435432.0194
Yxy42.43540.35480.3677
Hunter Lab65.1425-1.802016.4570
CIE-Lab71.17011.891217.2944

#beac8f color RGB value is (190,172,143).

#beac8f hex color red value is 190, green value is 172 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #beac8f hue: 0.10 , saturation: 0.27 and the lightness value of beac8f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10001111
Octal 276 254 217
Decimal 190 172 143
Hex BE AC 8F

RGB Percentages of Color #beac8f

%37.62
%34.06
%28.32

CMYK Percentages of Color #beac8f

%0
%9
%25
%25

Triadic Colors of #beac8f

#beac8f #8fbeac #ac8fbe

Analogous Colors of #beac8f

#beac8f #b9be8f #be958f

Monochromatic Colors of #beac8f

#beac8f

Complementary Color

#beac8f #8fa1be

#beac8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac8f Color CSS Codes

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

#beac8f Text Font Color

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

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


#beac8f Background Color

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

This div background color is #beac8f


#beac8f Border Color

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

This div border color is #beac8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac8f


Comments

No comments written yet.

Please login to write comment.