Color Hex Logo

#beac73 Color Hex

#BEAC73
(190,172,115)
0 Favorites   0 Comments

Color spaces of #beac73

RGB 190172115
HSL0.130.370.60
HSV46°39°75°
CMYK 0.000.090.39   0.25
XYZ39.082241.690022.2068
Yxy41.69000.37950.4048
Hunter Lab64.5678-4.949524.8058
CIE-Lab70.6567-1.713731.6822

#beac73 color RGB value is (190,172,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 01110011
Octal 276 254 163
Decimal 190 172 115
Hex BE AC 73

RGB Percentages of Color #beac73

%39.83
%36.06
%24.11

CMYK Percentages of Color #beac73

%0
%9
%39
%25

Triadic Colors of #beac73

#beac73 #73beac #ac73be

Analogous Colors of #beac73

#beac73 #abbe73 #be8773

Monochromatic Colors of #beac73

#beac73

Complementary Color

#beac73 #7385be

#beac73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac73 Color CSS Codes

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

#beac73 Text Font Color

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

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


#beac73 Background Color

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

This div background color is #beac73


#beac73 Border Color

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

This div border color is #beac73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac73


Comments

No comments written yet.

Please login to write comment.