Color Hex Logo

#bebd5b Color Hex

#BEBD5B
(190,189,91)
0 Favorites   0 Comments

Color spaces of #bebd5b

RGB 19018991
HSL0.160.430.55
HSV59°52°75°
CMYK 0.000.010.52   0.25
XYZ41.321148.097717.0035
Yxy48.09770.38830.4520
Hunter Lab69.3525-15.014334.0103
CIE-Lab74.8865-12.977348.9991

#bebd5b color RGB value is (190,189,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 01011011
Octal 276 275 133
Decimal 190 189 91
Hex BE BD 5B

RGB Percentages of Color #bebd5b

%40.43
%40.21
%19.36

CMYK Percentages of Color #bebd5b

%0
%1
%52
%25

Triadic Colors of #bebd5b

#bebd5b #5bbebd #bd5bbe

Analogous Colors of #bebd5b

#bebd5b #8ebe5b #be8c5b

Monochromatic Colors of #bebd5b

#bebd5b

Complementary Color

#bebd5b #5b5cbe

#bebd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd5b Color CSS Codes

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

#bebd5b Text Font Color

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

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


#bebd5b Background Color

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

This div background color is #bebd5b


#bebd5b Border Color

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

This div border color is #bebd5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd5b


Comments

No comments written yet.

Please login to write comment.