Color Hex Logo

#beac78 Color Hex

#BEAC78
(190,172,120)
1 Favorites   0 Comments

Color spaces of #beac78

RGB 190172120
HSL0.120.350.61
HSV45°37°75°
CMYK 0.000.090.37   0.25
XYZ39.377941.808323.7637
Yxy41.80830.37520.3984
Hunter Lab64.6593-4.446323.4712
CIE-Lab70.7386-1.131329.1340

#beac78 color RGB value is (190,172,120).

#beac78 hex color red value is 190, green value is 172 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #beac78 hue: 0.12 , saturation: 0.35 and the lightness value of beac78 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 01111000
Octal 276 254 170
Decimal 190 172 120
Hex BE AC 78

RGB Percentages of Color #beac78

%39.42
%35.68
%24.90

CMYK Percentages of Color #beac78

%0
%9
%37
%25

Triadic Colors of #beac78

#beac78 #78beac #ac78be

Analogous Colors of #beac78

#beac78 #adbe78 #be8978

Monochromatic Colors of #beac78

#beac78

Complementary Color

#beac78 #788abe

#beac78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac78 Color CSS Codes

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

#beac78 Text Font Color

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

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


#beac78 Background Color

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

This div background color is #beac78


#beac78 Border Color

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

This div border color is #beac78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac78


Comments

No comments written yet.

Please login to write comment.