Color Hex Logo

#bebc7e Color Hex

#BEBC7E
(190,188,126)
0 Favorites   0 Comments

Color spaces of #bebc7e

RGB 190188126
HSL0.160.330.62
HSV58°34°75°
CMYK 0.000.010.34   0.25
XYZ42.984348.419926.8191
Yxy48.41990.36360.4096
Hunter Lab69.5844-11.508125.8576
CIE-Lab75.0890-8.834931.6807

#bebc7e color RGB value is (190,188,126).

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

The process color (four color CMYK) of #bebc7e color hex is 0.00, 0.01, 0.34, 0.25. Web safe color of #bebc7e is #cccc66. Color #bebc7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 01111110
Octal 276 274 176
Decimal 190 188 126
Hex BE BC 7E

RGB Percentages of Color #bebc7e

%37.70
%37.30
%25.00

CMYK Percentages of Color #bebc7e

%0
%1
%34
%25

Triadic Colors of #bebc7e

#bebc7e #7ebebc #bc7ebe

Analogous Colors of #bebc7e

#bebc7e #a0be7e #be9c7e

Monochromatic Colors of #bebc7e

#bebc7e

Complementary Color

#bebc7e #7e80be

#bebc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc7e Color CSS Codes

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

#bebc7e Text Font Color

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

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


#bebc7e Background Color

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

This div background color is #bebc7e


#bebc7e Border Color

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

This div border color is #bebc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc7e

#bebc7e Color Palettes


Comments

No comments written yet.

Please login to write comment.