Color Hex Logo

#bea306 Color Hex

#BEA306
(190,163,6)
0 Favorites   0 Comments

Color spaces of #bea306

RGB 1901636
HSL0.140.940.38
HSV51°97°75°
CMYK 0.000.140.97   0.25
XYZ34.365337.15475.5326
Yxy37.15470.44600.4822
Hunter Lab60.9547-6.035137.2868
CIE-Lab67.3929-3.249669.7034

#bea306 color RGB value is (190,163,6).

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

The process color (four color CMYK) of #bea306 color hex is 0.00, 0.14, 0.97, 0.25. Web safe color of #bea306 is #cc9900. Color #bea306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 00000110
Octal 276 243 6
Decimal 190 163 6
Hex BE A3 6

RGB Percentages of Color #bea306

%52.92
%45.40
%1.67

CMYK Percentages of Color #bea306

%0
%14
%97
%25

Triadic Colors of #bea306

#bea306 #06bea3 #a306be

Analogous Colors of #bea306

#bea306 #7dbe06 #be4706

Monochromatic Colors of #bea306

#bea306

Complementary Color

#bea306 #0621be

#bea306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea306 Color CSS Codes

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

#bea306 Text Font Color

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

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


#bea306 Background Color

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

This div background color is #bea306


#bea306 Border Color

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

This div border color is #bea306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea306


Comments

No comments written yet.

Please login to write comment.