Color Hex Logo

#beb941 Color Hex

#BEB941
(190,185,65)
0 Favorites   0 Comments

Color spaces of #beb941

RGB 19018565
HSL0.160.490.50
HSV58°66°75°
CMYK 0.000.030.66   0.25
XYZ39.538346.026711.8012
Yxy46.02670.40610.4727
Hunter Lab67.8430-14.697037.1767
CIE-Lab73.5629-12.799659.0618

#beb941 color RGB value is (190,185,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 01000001
Octal 276 271 101
Decimal 190 185 65
Hex BE B9 41

RGB Percentages of Color #beb941

%43.18
%42.05
%14.77

CMYK Percentages of Color #beb941

%0
%3
%66
%25

Triadic Colors of #beb941

#beb941 #41beb9 #b941be

Analogous Colors of #beb941

#beb941 #85be41 #be7b41

Monochromatic Colors of #beb941

#beb941

Complementary Color

#beb941 #4146be

#beb941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb941 Color CSS Codes

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

#beb941 Text Font Color

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

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


#beb941 Background Color

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

This div background color is #beb941


#beb941 Border Color

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

This div border color is #beb941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb941


Comments

No comments written yet.

Please login to write comment.