Color Hex Logo

#bea61c Color Hex

#BEA61C
(190,166,28)
0 Favorites   0 Comments

Color spaces of #bea61c

RGB 19016628
HSL0.140.740.43
HSV51°85°75°
CMYK 0.000.130.85   0.25
XYZ35.081038.30346.6429
Yxy38.30340.43840.4786
Hunter Lab61.8897-7.127836.9590
CIE-Lab68.2436-4.460666.5136

#bea61c color RGB value is (190,166,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100110 00011100
Octal 276 246 34
Decimal 190 166 28
Hex BE A6 1C

RGB Percentages of Color #bea61c

%49.48
%43.23
%7.29

CMYK Percentages of Color #bea61c

%0
%13
%85
%25

Triadic Colors of #bea61c

#bea61c #1cbea6 #a61cbe

Analogous Colors of #bea61c

#bea61c #85be1c #be551c

Monochromatic Colors of #bea61c

#bea61c

Complementary Color

#bea61c #1c34be

#bea61c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea61c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea61c Color CSS Codes

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

#bea61c Text Font Color

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

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


#bea61c Background Color

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

This div background color is #bea61c


#bea61c Border Color

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

This div border color is #bea61c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,166,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 #bea61c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea61c


Comments

No comments written yet.

Please login to write comment.