Color Hex Logo

#beb021 Color Hex

#BEB021
(190,176,33)
0 Favorites   0 Comments

Color spaces of #beb021

RGB 19017633
HSL0.150.700.44
HSV55°83°75°
CMYK 0.000.070.83   0.25
XYZ37.035142.10767.6145
Yxy42.10760.42690.4853
Hunter Lab64.8904-11.682238.4659
CIE-Lab70.9450-9.565167.5059

#beb021 color RGB value is (190,176,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 00100001
Octal 276 260 41
Decimal 190 176 33
Hex BE B0 21

RGB Percentages of Color #beb021

%47.62
%44.11
%8.27

CMYK Percentages of Color #beb021

%0
%7
%83
%25

Triadic Colors of #beb021

#beb021 #21beb0 #b021be

Analogous Colors of #beb021

#beb021 #7ebe21 #be6221

Monochromatic Colors of #beb021

#beb021

Complementary Color

#beb021 #212fbe

#beb021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb021 Color CSS Codes

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

#beb021 Text Font Color

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

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


#beb021 Background Color

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

This div background color is #beb021


#beb021 Border Color

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

This div border color is #beb021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb021


Comments

No comments written yet.

Please login to write comment.