Color Hex Logo

#bebb59 Color Hex

#BEBB59
(190,187,89)
0 Favorites   0 Comments

Color spaces of #bebb59

RGB 19018789
HSL0.160.440.55
HSV58°53°75°
CMYK 0.000.020.53   0.25
XYZ40.808747.209116.4126
Yxy47.20910.39080.4521
Hunter Lab68.7089-14.222933.9335
CIE-Lab74.3233-12.122049.2905

#bebb59 color RGB value is (190,187,89).

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

The process color (four color CMYK) of #bebb59 color hex is 0.00, 0.02, 0.53, 0.25. Web safe color of #bebb59 is #cccc66. Color #bebb59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 01011001
Octal 276 273 131
Decimal 190 187 89
Hex BE BB 59

RGB Percentages of Color #bebb59

%40.77
%40.13
%19.10

CMYK Percentages of Color #bebb59

%0
%2
%53
%25

Triadic Colors of #bebb59

#bebb59 #59bebb #bb59be

Analogous Colors of #bebb59

#bebb59 #8fbe59 #be8959

Monochromatic Colors of #bebb59

#bebb59

Complementary Color

#bebb59 #595cbe

#bebb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebb59 Color CSS Codes

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

#bebb59 Text Font Color

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

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


#bebb59 Background Color

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

This div background color is #bebb59


#bebb59 Border Color

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

This div border color is #bebb59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebb59


Comments

No comments written yet.

Please login to write comment.