Color Hex Logo

#beba2e Color Hex

#BEBA2E
(190,186,46)
0 Favorites   0 Comments

Color spaces of #beba2e

RGB 19018646
HSL0.160.610.46
HSV58°76°75°
CMYK 0.000.020.76   0.25
XYZ39.287346.26229.4436
Yxy46.26220.41360.4870
Hunter Lab68.0163-15.924139.3794
CIE-Lab73.7153-14.248466.1519

#beba2e color RGB value is (190,186,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 00101110
Octal 276 272 56
Decimal 190 186 46
Hex BE BA 2E

RGB Percentages of Color #beba2e

%45.02
%44.08
%10.90

CMYK Percentages of Color #beba2e

%0
%2
%76
%25

Triadic Colors of #beba2e

#beba2e #2ebeba #ba2ebe

Analogous Colors of #beba2e

#beba2e #7abe2e #be722e

Monochromatic Colors of #beba2e

#beba2e

Complementary Color

#beba2e #2e32be

#beba2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba2e Color CSS Codes

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

#beba2e Text Font Color

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

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


#beba2e Background Color

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

This div background color is #beba2e


#beba2e Border Color

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

This div border color is #beba2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba2e


Comments

No comments written yet.

Please login to write comment.