Color Hex Logo

#bea59e Color Hex

#BEA59E
(190,165,158)
0 Favorites   0 Comments

Color spaces of #bea59e

RGB 190165158
HSL0.040.200.68
HSV13°17°75°
CMYK 0.000.130.17   0.25
XYZ40.861940.326037.9778
Yxy40.32600.34290.3384
Hunter Lab63.50283.72908.9936
CIE-Lab69.70117.96536.9765

#bea59e color RGB value is (190,165,158).

#bea59e hex color red value is 190, green value is 165 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bea59e hue: 0.04 , saturation: 0.20 and the lightness value of bea59e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100101 10011110
Octal 276 245 236
Decimal 190 165 158
Hex BE A5 9E

RGB Percentages of Color #bea59e

%37.04
%32.16
%30.80

CMYK Percentages of Color #bea59e

%0
%13
%17
%25

Triadic Colors of #bea59e

#bea59e #9ebea5 #a59ebe

Analogous Colors of #bea59e

#bea59e #beb59e #be9ea7

Monochromatic Colors of #bea59e

#bea59e

Complementary Color

#bea59e #9eb7be

#bea59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea59e Color CSS Codes

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

#bea59e Text Font Color

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

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


#bea59e Background Color

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

This div background color is #bea59e


#bea59e Border Color

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

This div border color is #bea59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea59e


Comments

No comments written yet.

Please login to write comment.