Color Hex Logo

#bea321 Color Hex

#BEA321
(190,163,33)
0 Favorites   0 Comments

Color spaces of #bea321

RGB 19016333
HSL0.140.700.44
HSV50°83°75°
CMYK 0.000.140.83   0.25
XYZ34.606937.25136.8051
Yxy37.25130.43990.4736
Hunter Lab61.0338-5.597636.1130
CIE-Lab67.4651-2.728064.5357

#bea321 color RGB value is (190,163,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 00100001
Octal 276 243 41
Decimal 190 163 33
Hex BE A3 21

RGB Percentages of Color #bea321

%49.22
%42.23
%8.55

CMYK Percentages of Color #bea321

%0
%14
%83
%25

Triadic Colors of #bea321

#bea321 #21bea3 #a321be

Analogous Colors of #bea321

#bea321 #8bbe21 #be5521

Monochromatic Colors of #bea321

#bea321

Complementary Color

#bea321 #213cbe

#bea321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea321 Color CSS Codes

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

#bea321 Text Font Color

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

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


#bea321 Background Color

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

This div background color is #bea321


#bea321 Border Color

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

This div border color is #bea321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea321


Comments

No comments written yet.

Please login to write comment.