Color Hex Logo

#bea51c Color Hex

#BEA51C
(190,165,28)
0 Favorites   0 Comments

Color spaces of #bea51c

RGB 19016528
HSL0.140.740.43
HSV51°85°75°
CMYK 0.000.130.85   0.25
XYZ34.899937.94136.5826
Yxy37.94130.43940.4777
Hunter Lab61.5965-6.657836.7814
CIE-Lab67.9773-3.930966.2934

#bea51c color RGB value is (190,165,28).

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

The process color (four color CMYK) of #bea51c color hex is 0.00, 0.13, 0.85, 0.25. Web safe color of #bea51c is #cc9933. Color #bea51c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100101 00011100
Octal 276 245 34
Decimal 190 165 28
Hex BE A5 1C

RGB Percentages of Color #bea51c

%49.61
%43.08
%7.31

CMYK Percentages of Color #bea51c

%0
%13
%85
%25

Triadic Colors of #bea51c

#bea51c #1cbea5 #a51cbe

Analogous Colors of #bea51c

#bea51c #86be1c #be541c

Monochromatic Colors of #bea51c

#bea51c

Complementary Color

#bea51c #1c35be

#bea51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea51c Color CSS Codes

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

#bea51c Text Font Color

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

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


#bea51c Background Color

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

This div background color is #bea51c


#bea51c Border Color

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

This div border color is #bea51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea51c


Comments

No comments written yet.

Please login to write comment.