Color Hex Logo

#bea411 Color Hex

#BEA411
(190,164,17)
0 Favorites   0 Comments

Color spaces of #bea411

RGB 19016417
HSL0.140.840.41
HSV51°91°75°
CMYK 0.000.140.91   0.25
XYZ34.611837.53855.9517
Yxy37.53850.44320.4806
Hunter Lab61.2687-6.382237.1286
CIE-Lab67.6791-3.633468.3716

#bea411 color RGB value is (190,164,17).

#bea411 hex color red value is 190, green value is 164 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bea411 hue: 0.14 , saturation: 0.84 and the lightness value of bea411 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 00010001
Octal 276 244 21
Decimal 190 164 17
Hex BE A4 11

RGB Percentages of Color #bea411

%51.21
%44.20
%4.58

CMYK Percentages of Color #bea411

%0
%14
%91
%25

Triadic Colors of #bea411

#bea411 #11bea4 #a411be

Analogous Colors of #bea411

#bea411 #82be11 #be4e11

Monochromatic Colors of #bea411

#bea411

Complementary Color

#bea411 #112bbe

#bea411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea411 Color CSS Codes

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

#bea411 Text Font Color

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

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


#bea411 Background Color

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

This div background color is #bea411


#bea411 Border Color

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

This div border color is #bea411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea411


Comments

No comments written yet.

Please login to write comment.