Color Hex Logo

#beb345 Color Hex

#BEB345
(190,179,69)
0 Favorites   0 Comments

Color spaces of #beb345

RGB 19017969
HSL0.150.480.51
HSV55°64°75°
CMYK 0.000.060.64   0.25
XYZ38.429543.617012.0237
Yxy43.61700.40850.4637
Hunter Lab66.0432-11.709135.4360
CIE-Lab71.9718-9.463655.7230

#beb345 color RGB value is (190,179,69).

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

The process color (four color CMYK) of #beb345 color hex is 0.00, 0.06, 0.64, 0.25. Web safe color of #beb345 is #cccc33. Color #beb345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 01000101
Octal 276 263 105
Decimal 190 179 69
Hex BE B3 45

RGB Percentages of Color #beb345

%43.38
%40.87
%15.75

CMYK Percentages of Color #beb345

%0
%6
%64
%25

Triadic Colors of #beb345

#beb345 #45beb3 #b345be

Analogous Colors of #beb345

#beb345 #8dbe45 #be7745

Monochromatic Colors of #beb345

#beb345

Complementary Color

#beb345 #4550be

#beb345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb345 Color CSS Codes

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

#beb345 Text Font Color

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

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


#beb345 Background Color

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

This div background color is #beb345


#beb345 Border Color

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

This div border color is #beb345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb345


Comments

No comments written yet.

Please login to write comment.