Color Hex Logo

#bea44e Color Hex

#BEA44E
(190,164,78)
0 Favorites   0 Comments

Color spaces of #bea44e

RGB 19016478
HSL0.130.460.53
HSV46°59°75°
CMYK 0.000.140.59   0.25
XYZ35.885838.048112.6604
Yxy38.04810.41440.4394
Hunter Lab61.6831-4.098431.0090
CIE-Lab68.0561-0.930047.3072

#bea44e color RGB value is (190,164,78).

#bea44e hex color red value is 190, green value is 164 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bea44e hue: 0.13 , saturation: 0.46 and the lightness value of bea44e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 01001110
Octal 276 244 116
Decimal 190 164 78
Hex BE A4 4E

RGB Percentages of Color #bea44e

%43.98
%37.96
%18.06

CMYK Percentages of Color #bea44e

%0
%14
%59
%25

Triadic Colors of #bea44e

#bea44e #4ebea4 #a44ebe

Analogous Colors of #bea44e

#bea44e #a0be4e #be6c4e

Monochromatic Colors of #bea44e

#bea44e

Complementary Color

#bea44e #4e68be

#bea44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea44e Color CSS Codes

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

#bea44e Text Font Color

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

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


#bea44e Background Color

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

This div background color is #bea44e


#bea44e Border Color

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

This div border color is #bea44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea44e


Comments

No comments written yet.

Please login to write comment.