Color Hex Logo

#bea929 Color Hex

#BEA929
(190,169,41)
0 Favorites   0 Comments

Color spaces of #bea929

RGB 19016941
HSL0.140.650.45
HSV52°78°75°
CMYK 0.000.110.78   0.25
XYZ35.823439.48327.8307
Yxy39.48320.43090.4749
Hunter Lab62.8357-8.197336.5961
CIE-Lab69.0998-5.638763.5519

#bea929 color RGB value is (190,169,41).

#bea929 hex color red value is 190, green value is 169 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bea929 hue: 0.14 , saturation: 0.65 and the lightness value of bea929 is 0.45.

The process color (four color CMYK) of #bea929 color hex is 0.00, 0.11, 0.78, 0.25. Web safe color of #bea929 is #cc9933. Color #bea929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 00101001
Octal 276 251 51
Decimal 190 169 41
Hex BE A9 29

RGB Percentages of Color #bea929

%47.50
%42.25
%10.25

CMYK Percentages of Color #bea929

%0
%11
%78
%25

Triadic Colors of #bea929

#bea929 #29bea9 #a929be

Analogous Colors of #bea929

#bea929 #89be29 #be5e29

Monochromatic Colors of #bea929

#bea929

Complementary Color

#bea929 #293ebe

#bea929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea929 Color CSS Codes

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

#bea929 Text Font Color

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

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


#bea929 Background Color

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

This div background color is #bea929


#bea929 Border Color

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

This div border color is #bea929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea929


Comments

No comments written yet.

Please login to write comment.