Color Hex Logo

#bebd92 Color Hex

#BEBD92
(190,189,146)
0 Favorites   0 Comments

Color spaces of #bebd92

RGB 190189146
HSL0.160.250.66
HSV59°23°75°
CMYK 0.000.010.23   0.25
XYZ44.621149.417734.3809
Yxy49.41770.34750.3848
Hunter Lab70.2977-9.719120.2111
CIE-Lab75.7105-6.702621.9303

#bebd92 color RGB value is (190,189,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 10010010
Octal 276 275 222
Decimal 190 189 146
Hex BE BD 92

RGB Percentages of Color #bebd92

%36.19
%36.00
%27.81

CMYK Percentages of Color #bebd92

%0
%1
%23
%25

Triadic Colors of #bebd92

#bebd92 #92bebd #bd92be

Analogous Colors of #bebd92

#bebd92 #a9be92 #bea792

Monochromatic Colors of #bebd92

#bebd92

Complementary Color

#bebd92 #9293be

#bebd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd92 Color CSS Codes

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

#bebd92 Text Font Color

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

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


#bebd92 Background Color

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

This div background color is #bebd92


#bebd92 Border Color

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

This div border color is #bebd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd92


Comments

No comments written yet.

Please login to write comment.