Color Hex Logo

#beb92e Color Hex

#BEB92E
(190,185,46)
0 Favorites   0 Comments

Color spaces of #beb92e

RGB 19018546
HSL0.160.610.46
HSV58°76°75°
CMYK 0.000.030.76   0.25
XYZ39.077345.84239.3736
Yxy45.84230.41440.4862
Hunter Lab67.7069-15.465239.1865
CIE-Lab73.4431-13.739765.9018

#beb92e color RGB value is (190,185,46).

#beb92e hex color red value is 190, green value is 185 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #beb92e hue: 0.16 , saturation: 0.61 and the lightness value of beb92e is 0.46.

The process color (four color CMYK) of #beb92e color hex is 0.00, 0.03, 0.76, 0.25. Web safe color of #beb92e is #cccc33. Color #beb92e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 00101110
Octal 276 271 56
Decimal 190 185 46
Hex BE B9 2E

RGB Percentages of Color #beb92e

%45.13
%43.94
%10.93

CMYK Percentages of Color #beb92e

%0
%3
%76
%25

Triadic Colors of #beb92e

#beb92e #2ebeb9 #b92ebe

Analogous Colors of #beb92e

#beb92e #7bbe2e #be712e

Monochromatic Colors of #beb92e

#beb92e

Complementary Color

#beb92e #2e33be

#beb92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb92e Color CSS Codes

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

#beb92e Text Font Color

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

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


#beb92e Background Color

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

This div background color is #beb92e


#beb92e Border Color

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

This div border color is #beb92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb92e


Comments

No comments written yet.

Please login to write comment.