Color Hex Logo

#beac82 Color Hex

#BEAC82
(190,172,130)
0 Favorites   0 Comments

Color spaces of #beac82

RGB 190172130
HSL0.120.320.63
HSV42°32°75°
CMYK 0.000.090.32   0.25
XYZ40.017042.063927.1291
Yxy42.06390.36640.3852
Hunter Lab64.8567-3.363520.5991
CIE-Lab70.91500.114024.0028

#beac82 color RGB value is (190,172,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10000010
Octal 276 254 202
Decimal 190 172 130
Hex BE AC 82

RGB Percentages of Color #beac82

%38.62
%34.96
%26.42

CMYK Percentages of Color #beac82

%0
%9
%32
%25

Triadic Colors of #beac82

#beac82 #82beac #ac82be

Analogous Colors of #beac82

#beac82 #b2be82 #be8e82

Monochromatic Colors of #beac82

#beac82

Complementary Color

#beac82 #8294be

#beac82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac82 Color CSS Codes

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

#beac82 Text Font Color

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

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


#beac82 Background Color

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

This div background color is #beac82


#beac82 Border Color

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

This div border color is #beac82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac82


Comments

No comments written yet.

Please login to write comment.