color codes Logo

#bea30f color codes

#BEA30F
(190,163,15)
0 Favorites   0 Comments

Color spaces of #bea30f

RGB 19016315
HSL0.140.850.40
HSV51°92°75°
CMYK 0.000.140.92   0.25
XYZ34.418637.17605.8136
Yxy37.17600.44460.4803
Hunter Lab60.9721-5.938437.0273
CIE-Lab67.4089-3.134268.4974

#bea30f color RGB value is (190,163,15).

#bea30f hex color red value is 190, green value is 163 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bea30f hue: 0.14 , saturation: 0.85 and the lightness value of bea30f is 0.40.

The process color (four color CMYK) of #bea30f color code is 0.00, 0.14, 0.92, 0.25. Web safe color of #bea30f is #cc9900. Color #bea30f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 00001111
Octal 276 243 17
Decimal 190 163 15
Hex BE A3 F

RGB Percentages of Color #bea30f

%51.63
%44.29
%4.08

CMYK Percentages of Color #bea30f

%0
%14
%92
%25

Triadic Colors of #bea30f

#bea30f #0fbea3 #a30fbe

Analogous Colors of #bea30f

#bea30f #82be0f #be4c0f

Monochromatic Colors of #bea30f

#bea30f

Complementary Color

#bea30f #0f2abe

#bea30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea30f Color CSS Codes

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

#bea30f Text Font Color

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

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


#bea30f Background Color

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

This div background color is #bea30f


#bea30f Border Color

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

This div border color is #bea30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea30f


Comments

No comments written yet.

Please login to write comment.