Color Hex Logo

#beb33f Color Hex

#BEB33F
(190,179,63)
0 Favorites   0 Comments

Color spaces of #beb33f

RGB 19017963
HSL0.150.500.50
HSV55°67°75°
CMYK 0.000.060.67   0.25
XYZ38.252543.546211.0918
Yxy43.54620.41180.4688
Hunter Lab65.9895-12.009736.2270
CIE-Lab71.9241-9.826958.1868

#beb33f color RGB value is (190,179,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 00111111
Octal 276 263 77
Decimal 190 179 63
Hex BE B3 3F

RGB Percentages of Color #beb33f

%43.98
%41.44
%14.58

CMYK Percentages of Color #beb33f

%0
%6
%67
%25

Triadic Colors of #beb33f

#beb33f #3fbeb3 #b33fbe

Analogous Colors of #beb33f

#beb33f #8abe3f #be743f

Monochromatic Colors of #beb33f

#beb33f

Complementary Color

#beb33f #3f4abe

#beb33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb33f Color CSS Codes

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

#beb33f Text Font Color

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

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


#beb33f Background Color

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

This div background color is #beb33f


#beb33f Border Color

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

This div border color is #beb33f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,179,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 #beb33f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb33f


Comments

No comments written yet.

Please login to write comment.