Color Hex Logo

#beb321 Color Hex

#BEB321
(190,179,33)
0 Favorites   0 Comments

Color spaces of #beb321

RGB 19017933
HSL0.150.700.44
HSV56°83°75°
CMYK 0.000.060.83   0.25
XYZ37.629843.29727.8127
Yxy43.29720.42400.4879
Hunter Lab65.8006-13.071239.0207
CIE-Lab71.7562-11.117268.1957

#beb321 color RGB value is (190,179,33).

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

The process color (four color CMYK) of #beb321 color hex is 0.00, 0.06, 0.83, 0.25. Web safe color of #beb321 is #cccc33. Color #beb321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 00100001
Octal 276 263 41
Decimal 190 179 33
Hex BE B3 21

RGB Percentages of Color #beb321

%47.26
%44.53
%8.21

CMYK Percentages of Color #beb321

%0
%6
%83
%25

Triadic Colors of #beb321

#beb321 #21beb3 #b321be

Analogous Colors of #beb321

#beb321 #7bbe21 #be6521

Monochromatic Colors of #beb321

#beb321

Complementary Color

#beb321 #212cbe

#beb321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb321 Color CSS Codes

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

#beb321 Text Font Color

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

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


#beb321 Background Color

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

This div background color is #beb321


#beb321 Border Color

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

This div border color is #beb321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb321


Comments

No comments written yet.

Please login to write comment.