Color Hex Logo

#beb041 Color Hex

#BEB041
(190,176,65)
0 Favorites   0 Comments

Color spaces of #beb041

RGB 19017665
HSL0.150.490.50
HSV53°66°75°
CMYK 0.000.070.66   0.25
XYZ37.714742.379511.1933
Yxy42.37950.41310.4642
Hunter Lab65.0995-10.512235.3753
CIE-Lab71.1318-8.149856.5366

#beb041 color RGB value is (190,176,65).

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

The process color (four color CMYK) of #beb041 color hex is 0.00, 0.07, 0.66, 0.25. Web safe color of #beb041 is #cc9933. Color #beb041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 01000001
Octal 276 260 101
Decimal 190 176 65
Hex BE B0 41

RGB Percentages of Color #beb041

%44.08
%40.84
%15.08

CMYK Percentages of Color #beb041

%0
%7
%66
%25

Triadic Colors of #beb041

#beb041 #41beb0 #b041be

Analogous Colors of #beb041

#beb041 #8ebe41 #be7241

Monochromatic Colors of #beb041

#beb041

Complementary Color

#beb041 #414fbe

#beb041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb041 Color CSS Codes

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

#beb041 Text Font Color

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

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


#beb041 Background Color

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

This div background color is #beb041


#beb041 Border Color

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

This div border color is #beb041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb041


Comments

No comments written yet.

Please login to write comment.