Color Hex Logo

#bea85e Color Hex

#BEA85E
(190,168,94)
0 Favorites   0 Comments

Color spaces of #bea85e

RGB 19016894
HSL0.130.420.56
HSV46°51°75°
CMYK 0.000.120.51   0.25
XYZ37.258239.760616.3005
Yxy39.76060.39930.4261
Hunter Lab63.0560-4.876928.8122
CIE-Lab69.2987-1.736940.8702

#bea85e color RGB value is (190,168,94).

#bea85e hex color red value is 190, green value is 168 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bea85e hue: 0.13 , saturation: 0.42 and the lightness value of bea85e is 0.56.

The process color (four color CMYK) of #bea85e color hex is 0.00, 0.12, 0.51, 0.25. Web safe color of #bea85e is #cc9966. Color #bea85e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 01011110
Octal 276 250 136
Decimal 190 168 94
Hex BE A8 5E

RGB Percentages of Color #bea85e

%42.04
%37.17
%20.80

CMYK Percentages of Color #bea85e

%0
%12
%51
%25

Triadic Colors of #bea85e

#bea85e #5ebea8 #a85ebe

Analogous Colors of #bea85e

#bea85e #a4be5e #be785e

Monochromatic Colors of #bea85e

#bea85e

Complementary Color

#bea85e #5e74be

#bea85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea85e Color CSS Codes

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

#bea85e Text Font Color

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

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


#bea85e Background Color

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

This div background color is #bea85e


#bea85e Border Color

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

This div border color is #bea85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea85e


Comments

No comments written yet.

Please login to write comment.