Color Hex Logo

#bea38b Color Hex

#BEA38B
(190,163,139)
0 Favorites   0 Comments

Color spaces of #bea38b

RGB 190163139
HSL0.080.280.65
HSV28°27°75°
CMYK 0.000.140.27   0.25
XYZ38.992639.005629.8998
Yxy39.00560.36140.3615
Hunter Lab62.45452.148815.3333
CIE-Lab68.75536.197416.1330

#bea38b color RGB value is (190,163,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 10001011
Octal 276 243 213
Decimal 190 163 139
Hex BE A3 8B

RGB Percentages of Color #bea38b

%38.62
%33.13
%28.25

CMYK Percentages of Color #bea38b

%0
%14
%27
%25

Triadic Colors of #bea38b

#bea38b #8bbea3 #a38bbe

Analogous Colors of #bea38b

#bea38b #bebd8b #be8b8d

Monochromatic Colors of #bea38b

#bea38b

Complementary Color

#bea38b #8ba6be

#bea38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea38b Color CSS Codes

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

#bea38b Text Font Color

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

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


#bea38b Background Color

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

This div background color is #bea38b


#bea38b Border Color

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

This div border color is #bea38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea38b


Comments

No comments written yet.

Please login to write comment.