Color Hex Logo

#bebc8d Color Hex

#BEBC8D
(190,188,141)
0 Favorites   0 Comments

Color spaces of #bebc8d

RGB 190188141
HSL0.160.270.65
HSV58°26°75°
CMYK 0.000.010.26   0.25
XYZ44.026148.836732.3053
Yxy48.83670.35170.3902
Hunter Lab69.8833-9.841621.5100
CIE-Lab75.3496-6.882324.1059

#bebc8d color RGB value is (190,188,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 10001101
Octal 276 274 215
Decimal 190 188 141
Hex BE BC 8D

RGB Percentages of Color #bebc8d

%36.61
%36.22
%27.17

CMYK Percentages of Color #bebc8d

%0
%1
%26
%25

Triadic Colors of #bebc8d

#bebc8d #8dbebc #bc8dbe

Analogous Colors of #bebc8d

#bebc8d #a8be8d #bea48d

Monochromatic Colors of #bebc8d

#bebc8d

Complementary Color

#bebc8d #8d8fbe

#bebc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc8d Color CSS Codes

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

#bebc8d Text Font Color

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

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


#bebc8d Background Color

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

This div background color is #bebc8d


#bebc8d Border Color

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

This div border color is #bebc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc8d


Comments

No comments written yet.

Please login to write comment.