Color Hex Logo

#bea38e Color Hex

#BEA38E
(190,163,142)
0 Favorites   0 Comments

Color spaces of #bea38e

RGB 190163142
HSL0.070.270.65
HSV26°25°75°
CMYK 0.000.140.25   0.25
XYZ39.214939.094531.0703
Yxy39.09450.35850.3574
Hunter Lab62.52562.532114.3055
CIE-Lab68.81976.624714.5693

#bea38e color RGB value is (190,163,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 10001110
Octal 276 243 216
Decimal 190 163 142
Hex BE A3 8E

RGB Percentages of Color #bea38e

%38.38
%32.93
%28.69

CMYK Percentages of Color #bea38e

%0
%14
%25
%25

Triadic Colors of #bea38e

#bea38e #8ebea3 #a38ebe

Analogous Colors of #bea38e

#bea38e #bebb8e #be8e91

Monochromatic Colors of #bea38e

#bea38e

Complementary Color

#bea38e #8ea9be

#bea38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea38e Color CSS Codes

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

#bea38e Text Font Color

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

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


#bea38e Background Color

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

This div background color is #bea38e


#bea38e Border Color

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

This div border color is #bea38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea38e


Comments

No comments written yet.

Please login to write comment.