Color Hex Logo

#bea78b Color Hex

#BEA78B
(190,167,139)
0 Favorites   0 Comments

Color spaces of #bea78b

RGB 190167139
HSL0.090.280.65
HSV33°27°75°
CMYK 0.000.120.27   0.25
XYZ39.714140.448730.1403
Yxy40.44870.36000.3667
Hunter Lab63.59930.164216.4214
CIE-Lab69.78794.024017.5658

#bea78b color RGB value is (190,167,139).

#bea78b hex color red value is 190, green value is 167 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bea78b hue: 0.09 , saturation: 0.28 and the lightness value of bea78b is 0.65.

The process color (four color CMYK) of #bea78b color hex is 0.00, 0.12, 0.27, 0.25. Web safe color of #bea78b is #cc9999. Color #bea78b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 10001011
Octal 276 247 213
Decimal 190 167 139
Hex BE A7 8B

RGB Percentages of Color #bea78b

%38.31
%33.67
%28.02

CMYK Percentages of Color #bea78b

%0
%12
%27
%25

Triadic Colors of #bea78b

#bea78b #8bbea7 #a78bbe

Analogous Colors of #bea78b

#bea78b #bcbe8b #be8e8b

Monochromatic Colors of #bea78b

#bea78b

Complementary Color

#bea78b #8ba2be

#bea78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea78b Color CSS Codes

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

#bea78b Text Font Color

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

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


#bea78b Background Color

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

This div background color is #bea78b


#bea78b Border Color

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

This div border color is #bea78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea78b


Comments

No comments written yet.

Please login to write comment.