Color Hex Logo

#bea509 Color Hex

#BEA509
(190,165,9)
0 Favorites   0 Comments

Color spaces of #bea509

RGB 1901659
HSL0.140.910.39
HSV52°95°75°
CMYK 0.000.130.95   0.25
XYZ34.739637.87715.7385
Yxy37.87710.44340.4834
Hunter Lab61.5444-6.945837.5528
CIE-Lab67.9299-4.275769.7215

#bea509 color RGB value is (190,165,9).

#bea509 hex color red value is 190, green value is 165 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bea509 hue: 0.14 , saturation: 0.91 and the lightness value of bea509 is 0.39.

The process color (four color CMYK) of #bea509 color hex is 0.00, 0.13, 0.95, 0.25. Web safe color of #bea509 is #cc9900. Color #bea509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100101 00001001
Octal 276 245 11
Decimal 190 165 9
Hex BE A5 9

RGB Percentages of Color #bea509

%52.20
%45.33
%2.47

CMYK Percentages of Color #bea509

%0
%13
%95
%25

Triadic Colors of #bea509

#bea509 #09bea5 #a509be

Analogous Colors of #bea509

#bea509 #7dbe09 #be4b09

Monochromatic Colors of #bea509

#bea509

Complementary Color

#bea509 #0922be

#bea509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea509 Color CSS Codes

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

#bea509 Text Font Color

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

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


#bea509 Background Color

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

This div background color is #bea509


#bea509 Border Color

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

This div border color is #bea509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea509


Comments

No comments written yet.

Please login to write comment.