Color Hex Logo

#bebe3f Color Hex

#BEBE3F
(190,190,63)
0 Favorites   0 Comments

Color spaces of #bebe3f

RGB 19019063
HSL0.170.500.50
HSV60°67°75°
CMYK 0.000.000.67   0.25
XYZ40.545948.132911.8562
Yxy48.13290.40330.4788
Hunter Lab69.3779-17.092138.4323
CIE-Lab74.9087-15.456561.2343

#bebe3f color RGB value is (190,190,63).

#bebe3f hex color red value is 190, green value is 190 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bebe3f hue: 0.17 , saturation: 0.50 and the lightness value of bebe3f is 0.50.

The process color (four color CMYK) of #bebe3f color hex is 0.00, 0.00, 0.67, 0.25. Web safe color of #bebe3f is #cccc33. Color #bebe3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 00111111
Octal 276 276 77
Decimal 190 190 63
Hex BE BE 3F

RGB Percentages of Color #bebe3f

%42.89
%42.89
%14.22

CMYK Percentages of Color #bebe3f

%0
%0
%67
%25

Triadic Colors of #bebe3f

#bebe3f #3fbebe #be3fbe

Analogous Colors of #bebe3f

#bebe3f #7fbe3f #be7f3f

Monochromatic Colors of #bebe3f

#bebe3f

Complementary Color

#bebe3f #3f3fbe

#bebe3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe3f Color CSS Codes

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

#bebe3f Text Font Color

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

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


#bebe3f Background Color

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

This div background color is #bebe3f


#bebe3f Border Color

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

This div border color is #bebe3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe3f


Comments

No comments written yet.

Please login to write comment.