Color Hex Logo

#bebc82 Color Hex

#BEBC82
(190,188,130)
0 Favorites   0 Comments

Color spaces of #bebc82

RGB 190188130
HSL0.160.320.63
HSV58°32°75°
CMYK 0.000.010.32   0.25
XYZ43.247748.525328.2060
Yxy48.52530.36050.4044
Hunter Lab69.6601-11.085424.7550
CIE-Lab75.1550-8.337229.6697

#bebc82 color RGB value is (190,188,130).

#bebc82 hex color red value is 190, green value is 188 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bebc82 hue: 0.16 , saturation: 0.32 and the lightness value of bebc82 is 0.63.

The process color (four color CMYK) of #bebc82 color hex is 0.00, 0.01, 0.32, 0.25. Web safe color of #bebc82 is #cccc99. Color #bebc82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 10000010
Octal 276 274 202
Decimal 190 188 130
Hex BE BC 82

RGB Percentages of Color #bebc82

%37.40
%37.01
%25.59

CMYK Percentages of Color #bebc82

%0
%1
%32
%25

Triadic Colors of #bebc82

#bebc82 #82bebc #bc82be

Analogous Colors of #bebc82

#bebc82 #a2be82 #be9e82

Monochromatic Colors of #bebc82

#bebc82

Complementary Color

#bebc82 #8284be

#bebc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc82 Color CSS Codes

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

#bebc82 Text Font Color

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

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


#bebc82 Background Color

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

This div background color is #bebc82


#bebc82 Border Color

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

This div border color is #bebc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc82


Comments

No comments written yet.

Please login to write comment.