Color Hex Logo

#bea47c Color Hex

#BEA47C
(190,164,124)
0 Favorites   0 Comments

Color spaces of #bea47c

RGB 190164124
HSL0.100.340.62
HSV36°35°75°
CMYK 0.000.140.35   0.25
XYZ38.148838.953324.5769
Yxy38.95330.37520.3831
Hunter Lab62.4126-0.116420.3415
CIE-Lab68.71743.661324.2912

#bea47c color RGB value is (190,164,124).

#bea47c hex color red value is 190, green value is 164 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bea47c hue: 0.10 , saturation: 0.34 and the lightness value of bea47c is 0.62.

The process color (four color CMYK) of #bea47c color hex is 0.00, 0.14, 0.35, 0.25. Web safe color of #bea47c is #cc9966. Color #bea47c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 01111100
Octal 276 244 174
Decimal 190 164 124
Hex BE A4 7C

RGB Percentages of Color #bea47c

%39.75
%34.31
%25.94

CMYK Percentages of Color #bea47c

%0
%14
%35
%25

Triadic Colors of #bea47c

#bea47c #7cbea4 #a47cbe

Analogous Colors of #bea47c

#bea47c #b7be7c #be837c

Monochromatic Colors of #bea47c

#bea47c

Complementary Color

#bea47c #7c96be

#bea47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea47c Color CSS Codes

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

#bea47c Text Font Color

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

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


#bea47c Background Color

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

This div background color is #bea47c


#bea47c Border Color

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

This div border color is #bea47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea47c


Comments

No comments written yet.

Please login to write comment.