Color Hex Logo

#beb449 Color Hex

#BEB449
(190,180,73)
0 Favorites   0 Comments

Color spaces of #beb449

RGB 19018073
HSL0.150.470.52
HSV55°62°75°
CMYK 0.000.050.62   0.25
XYZ38.759144.070712.7670
Yxy44.07070.40540.4610
Hunter Lab66.3858-11.958535.0677
CIE-Lab72.2757-9.719954.3092

#beb449 color RGB value is (190,180,73).

#beb449 hex color red value is 190, green value is 180 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #beb449 hue: 0.15 , saturation: 0.47 and the lightness value of beb449 is 0.52.

The process color (four color CMYK) of #beb449 color hex is 0.00, 0.05, 0.62, 0.25. Web safe color of #beb449 is #cccc33. Color #beb449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 01001001
Octal 276 264 111
Decimal 190 180 73
Hex BE B4 49

RGB Percentages of Color #beb449

%42.89
%40.63
%16.48

CMYK Percentages of Color #beb449

%0
%5
%62
%25

Triadic Colors of #beb449

#beb449 #49beb4 #b449be

Analogous Colors of #beb449

#beb449 #8ebe49 #be7a49

Monochromatic Colors of #beb449

#beb449

Complementary Color

#beb449 #4953be

#beb449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb449 Color CSS Codes

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

#beb449 Text Font Color

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

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


#beb449 Background Color

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

This div background color is #beb449


#beb449 Border Color

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

This div border color is #beb449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb449


Comments

No comments written yet.

Please login to write comment.