Color Hex Logo

#bea331 Color Hex

#BEA331
(190,163,49)
0 Favorites   0 Comments

Color spaces of #bea331

RGB 19016349
HSL0.130.590.47
HSV49°74°75°
CMYK 0.000.140.74   0.25
XYZ34.886837.36338.2788
Yxy37.36330.43320.4640
Hunter Lab61.1255-5.092534.7577
CIE-Lab67.5487-2.128259.3204

#bea331 color RGB value is (190,163,49).

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

The process color (four color CMYK) of #bea331 color hex is 0.00, 0.14, 0.74, 0.25. Web safe color of #bea331 is #cc9933. Color #bea331 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 00110001
Octal 276 243 61
Decimal 190 163 49
Hex BE A3 31

RGB Percentages of Color #bea331

%47.26
%40.55
%12.19

CMYK Percentages of Color #bea331

%0
%14
%74
%25

Triadic Colors of #bea331

#bea331 #31bea3 #a331be

Analogous Colors of #bea331

#bea331 #93be31 #be5d31

Monochromatic Colors of #bea331

#bea331

Complementary Color

#bea331 #314cbe

#bea331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea331 Color CSS Codes

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

#bea331 Text Font Color

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

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


#bea331 Background Color

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

This div background color is #bea331


#bea331 Border Color

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

This div border color is #bea331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea331


Comments

No comments written yet.

Please login to write comment.