Color Hex Logo

#bebe4f Color Hex

#BEBE4F
(190,190,79)
0 Favorites   0 Comments

Color spaces of #bebe4f

RGB 19019079
HSL0.170.460.53
HSV60°58°75°
CMYK 0.000.000.58   0.25
XYZ41.059948.338614.5633
Yxy48.33860.39500.4650
Hunter Lab69.5260-16.253836.2490
CIE-Lab75.0380-14.430154.6807

#bebe4f color RGB value is (190,190,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 01001111
Octal 276 276 117
Decimal 190 190 79
Hex BE BE 4F

RGB Percentages of Color #bebe4f

%41.39
%41.39
%17.21

CMYK Percentages of Color #bebe4f

%0
%0
%58
%25

Triadic Colors of #bebe4f

#bebe4f #4fbebe #be4fbe

Analogous Colors of #bebe4f

#bebe4f #87be4f #be874f

Monochromatic Colors of #bebe4f

#bebe4f

Complementary Color

#bebe4f #4f4fbe

#bebe4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe4f Color CSS Codes

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

#bebe4f Text Font Color

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

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


#bebe4f Background Color

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

This div background color is #bebe4f


#bebe4f Border Color

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

This div border color is #bebe4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe4f


Comments

No comments written yet.

Please login to write comment.