Color Hex Logo

#bebc92 Color Hex

#BEBC92
(190,188,146)
0 Favorites   0 Comments

Color spaces of #bebc92

RGB 190188146
HSL0.160.250.66
HSV57°23°75°
CMYK 0.000.010.23   0.25
XYZ44.406748.988934.3094
Yxy48.98890.34770.3836
Hunter Lab69.9921-9.236219.9311
CIE-Lab75.4444-6.179321.5661

#bebc92 color RGB value is (190,188,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 10010010
Octal 276 274 222
Decimal 190 188 146
Hex BE BC 92

RGB Percentages of Color #bebc92

%36.26
%35.88
%27.86

CMYK Percentages of Color #bebc92

%0
%1
%23
%25

Triadic Colors of #bebc92

#bebc92 #92bebc #bc92be

Analogous Colors of #bebc92

#bebc92 #aabe92 #bea692

Monochromatic Colors of #bebc92

#bebc92

Complementary Color

#bebc92 #9294be

#bebc92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc92 Color CSS Codes

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

#bebc92 Text Font Color

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

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


#bebc92 Background Color

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

This div background color is #bebc92


#bebc92 Border Color

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

This div border color is #bebc92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc92


Comments

No comments written yet.

Please login to write comment.