Color Hex Logo

#bebd5e Color Hex

#BEBD5E
(190,189,94)
0 Favorites   0 Comments

Color spaces of #bebd5e

RGB 19018994
HSL0.160.420.56
HSV59°51°75°
CMYK 0.000.010.51   0.25
XYZ41.453248.150517.6988
Yxy48.15050.38630.4487
Hunter Lab69.3906-14.799433.4508
CIE-Lab74.9198-12.717447.6080

#bebd5e color RGB value is (190,189,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 01011110
Octal 276 275 136
Decimal 190 189 94
Hex BE BD 5E

RGB Percentages of Color #bebd5e

%40.17
%39.96
%19.87

CMYK Percentages of Color #bebd5e

%0
%1
%51
%25

Triadic Colors of #bebd5e

#bebd5e #5ebebd #bd5ebe

Analogous Colors of #bebd5e

#bebd5e #8fbe5e #be8d5e

Monochromatic Colors of #bebd5e

#bebd5e

Complementary Color

#bebd5e #5e5fbe

#bebd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd5e Color CSS Codes

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

#bebd5e Text Font Color

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

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


#bebd5e Background Color

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

This div background color is #bebd5e


#bebd5e Border Color

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

This div border color is #bebd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd5e


Comments

No comments written yet.

Please login to write comment.