Color Hex Logo

#bea24c Color Hex

#BEA24C
(190,162,76)
0 Favorites   0 Comments

Color spaces of #bea24c

RGB 19016276
HSL0.130.470.52
HSV45°60°75°
CMYK 0.000.150.60   0.25
XYZ35.460037.309612.1700
Yxy37.30960.41750.4392
Hunter Lab61.0816-3.267330.9441
CIE-Lab67.5087-0.005647.6404

#bea24c color RGB value is (190,162,76).

#bea24c hex color red value is 190, green value is 162 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bea24c hue: 0.13 , saturation: 0.47 and the lightness value of bea24c is 0.52.

The process color (four color CMYK) of #bea24c color hex is 0.00, 0.15, 0.60, 0.25. Web safe color of #bea24c is #cc9933. Color #bea24c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 01001100
Octal 276 242 114
Decimal 190 162 76
Hex BE A2 4C

RGB Percentages of Color #bea24c

%44.39
%37.85
%17.76

CMYK Percentages of Color #bea24c

%0
%15
%60
%25

Triadic Colors of #bea24c

#bea24c #4cbea2 #a24cbe

Analogous Colors of #bea24c

#bea24c #a1be4c #be694c

Monochromatic Colors of #bea24c

#bea24c

Complementary Color

#bea24c #4c68be

#bea24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea24c Color CSS Codes

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

#bea24c Text Font Color

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

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


#bea24c Background Color

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

This div background color is #bea24c


#bea24c Border Color

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

This div border color is #bea24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea24c


Comments

No comments written yet.

Please login to write comment.