Color Hex Logo

#bea24b Color Hex

#BEA24B
(190,162,75)
0 Favorites   0 Comments

Color spaces of #bea24b

RGB 19016275
HSL0.130.470.52
HSV45°61°75°
CMYK 0.000.150.61   0.25
XYZ35.425537.295811.9883
Yxy37.29580.41820.4403
Hunter Lab61.0703-3.329231.1104
CIE-Lab67.4984-0.078048.1045

#bea24b color RGB value is (190,162,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 01001011
Octal 276 242 113
Decimal 190 162 75
Hex BE A2 4B

RGB Percentages of Color #bea24b

%44.50
%37.94
%17.56

CMYK Percentages of Color #bea24b

%0
%15
%61
%25

Triadic Colors of #bea24b

#bea24b #4bbea2 #a24bbe

Analogous Colors of #bea24b

#bea24b #a1be4b #be694b

Monochromatic Colors of #bea24b

#bea24b

Complementary Color

#bea24b #4b67be

#bea24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea24b Color CSS Codes

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

#bea24b Text Font Color

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

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


#bea24b Background Color

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

This div background color is #bea24b


#bea24b Border Color

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

This div border color is #bea24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea24b


Comments

No comments written yet.

Please login to write comment.