Color Hex Logo

#bea786 Color Hex

#BEA786
(190,167,134)
0 Favorites   0 Comments

Color spaces of #bea786

RGB 190167134
HSL0.100.300.64
HSV35°29°75°
CMYK 0.000.120.29   0.25
XYZ39.357040.305828.2597
Yxy40.30580.36470.3735
Hunter Lab63.4868-0.445618.0492
CIE-Lab69.68683.336220.1608

#bea786 color RGB value is (190,167,134).

#bea786 hex color red value is 190, green value is 167 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bea786 hue: 0.10 , saturation: 0.30 and the lightness value of bea786 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 10000110
Octal 276 247 206
Decimal 190 167 134
Hex BE A7 86

RGB Percentages of Color #bea786

%38.70
%34.01
%27.29

CMYK Percentages of Color #bea786

%0
%12
%29
%25

Triadic Colors of #bea786

#bea786 #86bea7 #a786be

Analogous Colors of #bea786

#bea786 #b9be86 #be8b86

Monochromatic Colors of #bea786

#bea786

Complementary Color

#bea786 #869dbe

#bea786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea786 Color CSS Codes

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

#bea786 Text Font Color

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

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


#bea786 Background Color

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

This div background color is #bea786


#bea786 Border Color

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

This div border color is #bea786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea786


Comments

No comments written yet.

Please login to write comment.