Color Hex Logo

#bea48a Color Hex

#BEA48A
(190,164,138)
0 Favorites   0 Comments

Color spaces of #bea48a

RGB 190164138
HSL0.080.290.64
HSV30°27°75°
CMYK 0.000.140.27   0.25
XYZ39.098139.333029.5761
Yxy39.33300.36200.3642
Hunter Lab62.71601.526515.9408
CIE-Lab68.99185.512917.0116

#bea48a color RGB value is (190,164,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 10001010
Octal 276 244 212
Decimal 190 164 138
Hex BE A4 8A

RGB Percentages of Color #bea48a

%38.62
%33.33
%28.05

CMYK Percentages of Color #bea48a

%0
%14
%27
%25

Triadic Colors of #bea48a

#bea48a #8abea4 #a48abe

Analogous Colors of #bea48a

#bea48a #bebe8a #be8a8a

Monochromatic Colors of #bea48a

#bea48a

Complementary Color

#bea48a #8aa4be

#bea48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea48a Color CSS Codes

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

#bea48a Text Font Color

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

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


#bea48a Background Color

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

This div background color is #bea48a


#bea48a Border Color

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

This div border color is #bea48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea48a


Comments

No comments written yet.

Please login to write comment.