Color Hex Logo

#bea784 Color Hex

#BEA784
(190,167,132)
0 Favorites   0 Comments

Color spaces of #bea784

RGB 190167132
HSL0.100.310.63
HSV36°31°75°
CMYK 0.000.120.31   0.25
XYZ39.218840.250527.5319
Yxy40.25050.36650.3762
Hunter Lab63.4433-0.682218.6808
CIE-Lab69.64763.068521.1979

#bea784 color RGB value is (190,167,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 10000100
Octal 276 247 204
Decimal 190 167 132
Hex BE A7 84

RGB Percentages of Color #bea784

%38.85
%34.15
%26.99

CMYK Percentages of Color #bea784

%0
%12
%31
%25

Triadic Colors of #bea784

#bea784 #84bea7 #a784be

Analogous Colors of #bea784

#bea784 #b8be84 #be8a84

Monochromatic Colors of #bea784

#bea784

Complementary Color

#bea784 #849bbe

#bea784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea784 Color CSS Codes

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

#bea784 Text Font Color

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

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


#bea784 Background Color

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

This div background color is #bea784


#bea784 Border Color

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

This div border color is #bea784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea784


Comments

No comments written yet.

Please login to write comment.