Color Hex Logo

#beb535 Color Hex

#BEB535
(190,181,53)
0 Favorites   0 Comments

Color spaces of #beb535

RGB 19018153
HSL0.160.560.48
HSV56°72°75°
CMYK 0.000.050.72   0.25
XYZ38.401744.25199.8857
Yxy44.25190.41500.4782
Hunter Lab66.5221-13.369737.7545
CIE-Lab72.3965-11.383862.5176

#beb535 color RGB value is (190,181,53).

#beb535 hex color red value is 190, green value is 181 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #beb535 hue: 0.16 , saturation: 0.56 and the lightness value of beb535 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 00110101
Octal 276 265 65
Decimal 190 181 53
Hex BE B5 35

RGB Percentages of Color #beb535

%44.81
%42.69
%12.50

CMYK Percentages of Color #beb535

%0
%5
%72
%25

Triadic Colors of #beb535

#beb535 #35beb5 #b535be

Analogous Colors of #beb535

#beb535 #83be35 #be7135

Monochromatic Colors of #beb535

#beb535

Complementary Color

#beb535 #353ebe

#beb535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb535 Color CSS Codes

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

#beb535 Text Font Color

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

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


#beb535 Background Color

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

This div background color is #beb535


#beb535 Border Color

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

This div border color is #beb535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb535


Comments

No comments written yet.

Please login to write comment.