Color Hex Logo

#bea13f Color Hex

#BEA13F
(190,161,63)
0 Favorites   0 Comments

Color spaces of #bea13f

RGB 19016163
HSL0.130.500.50
HSV46°67°75°
CMYK 0.000.150.67   0.25
XYZ34.877336.79589.9667
Yxy36.79580.42720.4507
Hunter Lab60.6595-3.522432.7200
CIE-Lab67.1235-0.328153.1814

#bea13f color RGB value is (190,161,63).

#bea13f hex color red value is 190, green value is 161 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bea13f hue: 0.13 , saturation: 0.50 and the lightness value of bea13f is 0.50.

The process color (four color CMYK) of #bea13f color hex is 0.00, 0.15, 0.67, 0.25. Web safe color of #bea13f is #cc9933. Color #bea13f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 00111111
Octal 276 241 77
Decimal 190 161 63
Hex BE A1 3F

RGB Percentages of Color #bea13f

%45.89
%38.89
%15.22

CMYK Percentages of Color #bea13f

%0
%15
%67
%25

Triadic Colors of #bea13f

#bea13f #3fbea1 #a13fbe

Analogous Colors of #bea13f

#bea13f #9cbe3f #be623f

Monochromatic Colors of #bea13f

#bea13f

Complementary Color

#bea13f #3f5cbe

#bea13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea13f Color CSS Codes

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

#bea13f Text Font Color

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

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


#bea13f Background Color

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

This div background color is #bea13f


#bea13f Border Color

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

This div border color is #bea13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea13f


Comments

No comments written yet.

Please login to write comment.