Color Hex Logo

#beb044 Color Hex

#BEB044
(190,176,68)
0 Favorites   0 Comments

Color spaces of #beb044

RGB 19017668
HSL0.150.480.51
HSV53°64°75°
CMYK 0.000.070.64   0.25
XYZ37.803942.415211.6633
Yxy42.41520.41140.4616
Hunter Lab65.1270-10.359234.9709
CIE-Lab71.1562-7.965755.2854

#beb044 color RGB value is (190,176,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 01000100
Octal 276 260 104
Decimal 190 176 68
Hex BE B0 44

RGB Percentages of Color #beb044

%43.78
%40.55
%15.67

CMYK Percentages of Color #beb044

%0
%7
%64
%25

Triadic Colors of #beb044

#beb044 #44beb0 #b044be

Analogous Colors of #beb044

#beb044 #8fbe44 #be7344

Monochromatic Colors of #beb044

#beb044

Complementary Color

#beb044 #4452be

#beb044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb044 Color CSS Codes

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

#beb044 Text Font Color

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

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


#beb044 Background Color

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

This div background color is #beb044


#beb044 Border Color

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

This div border color is #beb044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb044


Comments

No comments written yet.

Please login to write comment.