Color Hex Logo

#beb82e Color Hex

#BEB82E
(190,184,46)
0 Favorites   0 Comments

Color spaces of #beb82e

RGB 19018446
HSL0.160.610.46
HSV58°76°75°
CMYK 0.000.030.76   0.25
XYZ38.868845.42549.3041
Yxy45.42540.41530.4853
Hunter Lab67.3984-15.005838.9941
CIE-Lab73.1711-13.229865.6517

#beb82e color RGB value is (190,184,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111000 00101110
Octal 276 270 56
Decimal 190 184 46
Hex BE B8 2E

RGB Percentages of Color #beb82e

%45.24
%43.81
%10.95

CMYK Percentages of Color #beb82e

%0
%3
%76
%25

Triadic Colors of #beb82e

#beb82e #2ebeb8 #b82ebe

Analogous Colors of #beb82e

#beb82e #7cbe2e #be702e

Monochromatic Colors of #beb82e

#beb82e

Complementary Color

#beb82e #2e34be

#beb82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb82e Color CSS Codes

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

#beb82e Text Font Color

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

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


#beb82e Background Color

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

This div background color is #beb82e


#beb82e Border Color

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

This div border color is #beb82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb82e


Comments

No comments written yet.

Please login to write comment.