Color Hex Logo

#beb950 Color Hex

#BEB950
(190,185,80)
0 Favorites   0 Comments

Color spaces of #beb950

RGB 19018580
HSL0.160.460.53
HSV57°58°75°
CMYK 0.000.030.58   0.25
XYZ40.032146.224314.4017
Yxy46.22430.39770.4592
Hunter Lab67.9885-13.877735.0328
CIE-Lab73.6908-11.803952.7377

#beb950 color RGB value is (190,185,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 01010000
Octal 276 271 120
Decimal 190 185 80
Hex BE B9 50

RGB Percentages of Color #beb950

%41.76
%40.66
%17.58

CMYK Percentages of Color #beb950

%0
%3
%58
%25

Triadic Colors of #beb950

#beb950 #50beb9 #b950be

Analogous Colors of #beb950

#beb950 #8cbe50 #be8250

Monochromatic Colors of #beb950

#beb950

Complementary Color

#beb950 #5055be

#beb950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb950 Color CSS Codes

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

#beb950 Text Font Color

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

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


#beb950 Background Color

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

This div background color is #beb950


#beb950 Border Color

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

This div border color is #beb950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb950


Comments

No comments written yet.

Please login to write comment.