Color Hex Logo

#beac60 Color Hex

#BEAC60
(190,172,96)
0 Favorites   0 Comments

Color spaces of #beac60

RGB 19017296
HSL0.130.420.56
HSV49°49°75°
CMYK 0.000.090.49   0.25
XYZ38.099041.296717.0294
Yxy41.29670.39510.4283
Hunter Lab64.2625-6.633029.2721
CIE-Lab70.3833-3.679841.1803

#beac60 color RGB value is (190,172,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 01100000
Octal 276 254 140
Decimal 190 172 96
Hex BE AC 60

RGB Percentages of Color #beac60

%41.48
%37.55
%20.96

CMYK Percentages of Color #beac60

%0
%9
%49
%25

Triadic Colors of #beac60

#beac60 #60beac #ac60be

Analogous Colors of #beac60

#beac60 #a1be60 #be7d60

Monochromatic Colors of #beac60

#beac60

Complementary Color

#beac60 #6072be

#beac60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac60 Color CSS Codes

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

#beac60 Text Font Color

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

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


#beac60 Background Color

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

This div background color is #beac60


#beac60 Border Color

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

This div border color is #beac60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac60


Comments

No comments written yet.

Please login to write comment.