Color Hex Logo

#bea941 Color Hex

#BEA941
(190,169,65)
0 Favorites   0 Comments

Color spaces of #bea941

RGB 19016965
HSL0.140.490.50
HSV50°66°75°
CMYK 0.000.110.66   0.25
XYZ36.377339.704710.7475
Yxy39.70470.41900.4573
Hunter Lab63.0117-7.220533.9954
CIE-Lab69.2587-4.471454.5678

#bea941 color RGB value is (190,169,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 01000001
Octal 276 251 101
Decimal 190 169 65
Hex BE A9 41

RGB Percentages of Color #bea941

%44.81
%39.86
%15.33

CMYK Percentages of Color #bea941

%0
%11
%66
%25

Triadic Colors of #bea941

#bea941 #41bea9 #a941be

Analogous Colors of #bea941

#bea941 #95be41 #be6b41

Monochromatic Colors of #bea941

#bea941

Complementary Color

#bea941 #4156be

#bea941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea941 Color CSS Codes

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

#bea941 Text Font Color

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

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


#bea941 Background Color

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

This div background color is #bea941


#bea941 Border Color

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

This div border color is #bea941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea941


Comments

No comments written yet.

Please login to write comment.