Color Hex Logo

#bea422 Color Hex

#BEA422
(190,164,34)
0 Favorites   0 Comments

Color spaces of #bea422

RGB 19016434
HSL0.140.700.44
HSV50°82°75°
CMYK 0.000.140.82   0.25
XYZ34.799437.61366.9394
Yxy37.61360.43850.4740
Hunter Lab61.3299-6.044136.2224
CIE-Lab67.7349-3.229864.4820

#bea422 color RGB value is (190,164,34).

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

The process color (four color CMYK) of #bea422 color hex is 0.00, 0.14, 0.82, 0.25. Web safe color of #bea422 is #cc9933. Color #bea422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 00100010
Octal 276 244 42
Decimal 190 164 34
Hex BE A4 22

RGB Percentages of Color #bea422

%48.97
%42.27
%8.76

CMYK Percentages of Color #bea422

%0
%14
%82
%25

Triadic Colors of #bea422

#bea422 #22bea4 #a422be

Analogous Colors of #bea422

#bea422 #8abe22 #be5622

Monochromatic Colors of #bea422

#bea422

Complementary Color

#bea422 #223cbe

#bea422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea422 Color CSS Codes

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

#bea422 Text Font Color

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

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


#bea422 Background Color

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

This div background color is #bea422


#bea422 Border Color

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

This div border color is #bea422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea422


Comments

No comments written yet.

Please login to write comment.