Color Hex Logo

#bea48c Color Hex

#BEA48C
(190,164,140)
0 Favorites   0 Comments

Color spaces of #bea48c

RGB 190164140
HSL0.080.280.65
HSV29°26°75°
CMYK 0.000.140.26   0.25
XYZ39.244339.391530.3459
Yxy39.39150.36010.3615
Hunter Lab62.76261.778015.2670
CIE-Lab69.03395.794315.9701

#bea48c color RGB value is (190,164,140).

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

The process color (four color CMYK) of #bea48c color hex is 0.00, 0.14, 0.26, 0.25. Web safe color of #bea48c is #cc9999. Color #bea48c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 10001100
Octal 276 244 214
Decimal 190 164 140
Hex BE A4 8C

RGB Percentages of Color #bea48c

%38.46
%33.20
%28.34

CMYK Percentages of Color #bea48c

%0
%14
%26
%25

Triadic Colors of #bea48c

#bea48c #8cbea4 #a48cbe

Analogous Colors of #bea48c

#bea48c #bebd8c #be8c8d

Monochromatic Colors of #bea48c

#bea48c

Complementary Color

#bea48c #8ca6be

#bea48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea48c Color CSS Codes

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

#bea48c Text Font Color

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

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


#bea48c Background Color

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

This div background color is #bea48c


#bea48c Border Color

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

This div border color is #bea48c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea48c


Comments

No comments written yet.

Please login to write comment.