Color Hex Logo

#beac70 Color Hex

#BEAC70
(190,172,112)
0 Favorites   0 Comments

Color spaces of #beac70

RGB 190172112
HSL0.130.380.59
HSV46°41°75°
CMYK 0.000.090.41   0.25
XYZ38.912441.622021.3122
Yxy41.62200.38210.4087
Hunter Lab64.5151-5.238925.5745
CIE-Lab70.6095-2.049733.2035

#beac70 color RGB value is (190,172,112).

#beac70 hex color red value is 190, green value is 172 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #beac70 hue: 0.13 , saturation: 0.38 and the lightness value of beac70 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 01110000
Octal 276 254 160
Decimal 190 172 112
Hex BE AC 70

RGB Percentages of Color #beac70

%40.08
%36.29
%23.63

CMYK Percentages of Color #beac70

%0
%9
%41
%25

Triadic Colors of #beac70

#beac70 #70beac #ac70be

Analogous Colors of #beac70

#beac70 #a9be70 #be8570

Monochromatic Colors of #beac70

#beac70

Complementary Color

#beac70 #7082be

#beac70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac70 Color CSS Codes

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

#beac70 Text Font Color

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

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


#beac70 Background Color

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

This div background color is #beac70


#beac70 Border Color

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

This div border color is #beac70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac70


Comments

No comments written yet.

Please login to write comment.