Color Hex Logo

#bea829 Color Hex

#BEA829
(190,168,41)
0 Favorites   0 Comments

Color spaces of #bea829

RGB 19016841
HSL0.140.650.45
HSV51°78°75°
CMYK 0.000.120.78   0.25
XYZ35.638139.11257.7690
Yxy39.11250.43190.4740
Hunter Lab62.5400-7.727636.4127
CIE-Lab68.8327-5.111063.3103

#bea829 color RGB value is (190,168,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 00101001
Octal 276 250 51
Decimal 190 168 41
Hex BE A8 29

RGB Percentages of Color #bea829

%47.62
%42.11
%10.28

CMYK Percentages of Color #bea829

%0
%12
%78
%25

Triadic Colors of #bea829

#bea829 #29bea8 #a829be

Analogous Colors of #bea829

#bea829 #8abe29 #be5d29

Monochromatic Colors of #bea829

#bea829

Complementary Color

#bea829 #293fbe

#bea829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea829 Color CSS Codes

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

#bea829 Text Font Color

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

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


#bea829 Background Color

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

This div background color is #bea829


#bea829 Border Color

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

This div border color is #bea829


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,168,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 #bea829">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea829


Comments

No comments written yet.

Please login to write comment.